diff --git a/Makefile b/Makefile index 41eefe0..52b2ecb 100644 --- a/Makefile +++ b/Makefile @@ -139,12 +139,11 @@ endif .PHONY: $(BUILD) clean all #--------------------------------------------------------------------------------- +all: 3dsx cia + 3dsx: $(BUILD) $(OUTPUT).3dsx cia : $(BUILD) $(OUTPUT).cia - -all: 3dsx cia - #--------------------------------------------------------------------------------- $(BUILD): @mkdir -p $(OUTDIR)