fix makefile

This commit is contained in:
Huntereb 2020-01-03 11:48:33 -05:00
parent 0dcf9d0d5a
commit 8db5806bec

View File

@ -167,7 +167,7 @@ all: $(BUILD)
$(BUILD):
@[ -d $@ ] || mkdir -p $@
#comment this out if you are hacking on the code or compilation will take forever
#$(MAKE) --no-print-directory -C include/Plutonium -f Makefile lib
$(MAKE) --no-print-directory -C include/Plutonium -f Makefile lib
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
#---------------------------------------------------------------------------------