mirror of
https://github.com/Team-Neptune/NSAInstaller.git
synced 2024-11-23 12:49:52 +00:00
fix makefile
This commit is contained in:
parent
0dcf9d0d5a
commit
8db5806bec
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user