summaryrefslogtreecommitdiff
path: root/arm9/lib
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-06-24 08:54:37 +0300
committerGitHub <noreply@github.com>2020-06-24 08:54:37 +0300
commite8b207b4a7fcdafab393fc50e4b307e3f28aea1e (patch)
treea9355840a31817265dff3103491dbab35761bf5f /arm9/lib
parent4ce2e0748a5f6b6cde2c1dde9942d715d95ea7d1 (diff)
parentb071ca4b3dd89b1508b1ed15896a7e113c87bd2c (diff)
Merge branch 'master' into master
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)