summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-23 19:48:39 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-23 19:48:39 -0400
commit5ce948ab4aa7165ade74b0fad6e11c33966ffa77 (patch)
treefe240f0468f02db19f4cf5020922ca9f19e9409b
parent0059e88fb1150657eaca6aa7e3cfcdd8bcc387e4 (diff)
Rename module_01.cpp to module_01.c
-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