From 5ce948ab4aa7165ade74b0fad6e11c33966ffa77 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 23 Jun 2020 19:48:39 -0400 Subject: Rename module_01.cpp to module_01.c --- arm9/lib/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'arm9/lib') 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) -- cgit v1.2.3