From 2a8ecfd904356d594fb8107f599c4cdb4dcbe190 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Wed, 21 Oct 2020 04:59:28 +0100 Subject: [PATCH] add clean-code target h --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 68397813df..2791d54bea 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,9 @@ all: $(TARGET).ld $(BUILD_DIR) $(TARGET).z64 verify clean: rm -rf $(BUILD_DIR) $(TARGET).z64 +clean-code: + rm -rf $(BUILD_DIR)/src $(TARGET).z64 + submodules: git submodule update --init --recursive