mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-23 04:03:10 +00:00
Update Plutonium fork + Makefile to compile it
This commit is contained in:
parent
31d2465a47
commit
65026c8f90
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -165,7 +165,7 @@ all: $(BUILD)
|
||||||
|
|
||||||
$(BUILD):
|
$(BUILD):
|
||||||
@[ -d $@ ] || mkdir -p $@
|
@[ -d $@ ] || mkdir -p $@
|
||||||
@$(MAKE) --no-print-directory -C include/Plutonium/Plutonium -f Makefile
|
$(MAKE) --no-print-directory -C include/Plutonium -f Makefile lib-switch
|
||||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 008d0fabf30558d6618bfe9d6c59028c8d68b5b3
|
Subproject commit 93cacec3348ccbec90e3a70ec7cb1dd416c76676
|
Loading…
Reference in a new issue