mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-22 19:53:07 +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
4
Makefile
4
Makefile
|
@ -45,7 +45,7 @@ INCLUDES := include include/ui include/data include/install include/nx include/n
|
|||
APP_TITLE := Awoo Installer
|
||||
APP_AUTHOR := Huntereb
|
||||
APP_VERSION := 1.0.0
|
||||
ROMFS := romfs
|
||||
ROMFS := romfs
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# options for code generation
|
||||
|
@ -165,7 +165,7 @@ all: $(BUILD)
|
|||
|
||||
$(BUILD):
|
||||
@[ -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
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 008d0fabf30558d6618bfe9d6c59028c8d68b5b3
|
||||
Subproject commit 93cacec3348ccbec90e3a70ec7cb1dd416c76676
|
Loading…
Reference in a new issue