From 4811fa1c4c354064fb271207b0224a5d54680421 Mon Sep 17 00:00:00 2001 From: Alex Taber Date: Thu, 31 Aug 2017 14:19:15 -0400 Subject: [PATCH] Change makefile order --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)