add clean-code target

h
This commit is contained in:
Alex Bates 2020-10-21 04:59:28 +01:00
parent 6f82157a76
commit 2a8ecfd904
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706
1 changed files with 3 additions and 0 deletions

View File

@ -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