add `clean-code' make goal

This commit is contained in:
Alex Bates 2020-10-23 10:36:20 +01:00
parent 3576683006
commit 9cf3288841
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706

View File

@ -77,6 +77,9 @@ endif
clean:
rm -rf $(BUILD_DIR)
clean-code:
rm -rf $(BUILD_DIR)/src
setup: clean submodules split
submodules: