summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arm9/lib/Makefile5
-rw-r--r--arm9/modules/01/src/module_01.c (renamed from arm9/modules/01/src/module_01.cpp)0
2 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)
diff --git a/arm9/modules/01/src/module_01.cpp b/arm9/modules/01/src/module_01.c
index 1f9f0edc..1f9f0edc 100644
--- a/arm9/modules/01/src/module_01.cpp
+++ b/arm9/modules/01/src/module_01.c