mirror of
https://github.com/cathery/sys-con.git
synced 2024-12-27 06:15:19 +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
|
TOPTARGETS := all clean
|
||||||
|
|
||||||
.PHONY: $(TOPTARGETS) $(COMPONENTS)
|
.PHONY: $(TOPTARGETS) $(COMPONENTS)
|
||||||
|
|
||||||
all: $(COMPONENTS)
|
all: $(COMPONENTS)
|
||||||
|
|
||||||
|
libstratosphere:
|
||||||
|
$(MAKE) -C $@
|
||||||
|
|
||||||
AppletCompanion:
|
AppletCompanion:
|
||||||
$(MAKE) -C $@
|
$(MAKE) -C $@
|
||||||
|
|
||||||
Sysmodule:
|
Sysmodule: libstratosphere
|
||||||
$(MAKE) -C $@
|
$(MAKE) -C $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C AppletCompanion 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