summaryrefslogtreecommitdiff
path: root/arm9/lib
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib')
-rw-r--r--arm9/lib/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/arm9/lib/Makefile b/arm9/lib/Makefile
index c0e95ade..fd6471f1 100644
--- a/arm9/lib/Makefile
+++ b/arm9/lib/Makefile
@@ -7,10 +7,6 @@ ifneq (,$(wildcard $(TOOLCHAIN)/base_tools))
include $(TOOLCHAIN)/base_tools
endif
-### Default target ###
-
-default: all
-
# If you are using WSL, it is recommended you build with NOWINE=1.
WSLENV ?= no
ifeq ($(WSLENV),)
@@ -73,6 +69,7 @@ LIBS := libsyscall.a
.PHONY: all clean
all: $(LIBS)
+ @:
clean:
$(RM) $(LIBS) $(LIBS:%.a=%/*.o)