mirror of
https://github.com/cathery/sys-con.git
synced 2024-12-26 12:16:13 +00:00
Fix libstratosphere not being built
This commit is contained in:
parent
a9c83a7b17
commit
95de6047be
@ -1,16 +1,20 @@
|
||||
COMPONENTS := AppletCompanion Sysmodule
|
||||
COMPONENTS := libstratosphere AppletCompanion Sysmodule
|
||||
TOPTARGETS := all clean
|
||||
|
||||
.PHONY: $(TOPTARGETS) $(COMPONENTS)
|
||||
|
||||
all: $(COMPONENTS)
|
||||
|
||||
libstratosphere:
|
||||
$(MAKE) -C $@
|
||||
|
||||
AppletCompanion:
|
||||
$(MAKE) -C $@
|
||||
|
||||
Sysmodule:
|
||||
Sysmodule: libstratosphere
|
||||
$(MAKE) -C $@
|
||||
|
||||
clean:
|
||||
$(MAKE) -C AppletCompanion clean
|
||||
$(MAKE) -C Sysmodule clean
|
||||
$(MAKE) -C Sysmodule clean
|
||||
$(MAKE) -C libstratosphere clean
|
Loading…
Reference in New Issue
Block a user