From 3b5a5759b850308f986caa0392385902c5b0b0c3 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sun, 25 Sep 2016 15:22:07 +0200 Subject: [PATCH] Forgot this --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 657acbb..5096e87 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ haxloader: a9lh .PHONY: clean clean: - @$(MAKE) $(FLAGS) -C $(dir_haxloader) clean + @$(MAKE) -C $(dir_haxloader) clean @$(MAKE) -C $(dir_loader) clean @$(MAKE) -C $(dir_arm9_exceptions) clean @$(MAKE) -C $(dir_arm11_exceptions) clean