add before calling PageCompiler

This commit is contained in:
Guenter Obiltschnig 2016-03-06 16:24:36 +01:00
parent 169426850c
commit 9327564309

View File

@ -31,4 +31,4 @@ endif
# Rule for runnning PageCompiler
src/%.cpp: src/%.cpsp
@echo "** Compiling Page" $<
$(PAGECOMPILER) $<
$(SET_LD_LIBRARY_PATH) $(PAGECOMPILER) $<