add before calling PageCompiler

This commit is contained in:
Guenter Obiltschnig 2016-03-06 16:26:21 +01:00
parent 6376963bda
commit 00f1979f4f

View File

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