diff --git a/Makefile b/Makefile index 2390576f61..2dba9fce8f 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ export PROJECT := $(CURDIR) all: booter booter_fc 3dssplash gbapatcher quickmenu manual resources romsel_aktheme romsel_dsimenutheme romsel_r4theme settings slot1launch title package: - @$(MAKE) -C universal/libnds32 release @$(MAKE) -C booter dist @$(MAKE) -C booter_fc dist @$(MAKE) -C 3dssplash dist @@ -80,7 +79,6 @@ title: clean: @echo clean build directories - @$(MAKE) -C universal/libnds32 clean @$(MAKE) -C booter clean @$(MAKE) -C booter_fc clean @$(MAKE) -C 3dssplash clean