only clean generated files with `make clean`

* this is the standard behavior
This commit is contained in:
Zihao Yu 2021-05-26 00:33:31 +08:00 committed by Jiuyang Liu
parent b58e8667bc
commit 3bbaa6ea42
1 changed files with 3 additions and 6 deletions

View File

@ -16,16 +16,13 @@ compile:
bsp:
mill -i mill.bsp.BSP/install
clean:
git clean -fd
cleanAll:
git clean -fdx
reformat:
mill -i __.reformat
checkformat:
mill -i __.checkFormat
clean:
-rm -rf $(BUILD_DIR)
.PHONY: test verilog help compile bsp reformat checkformat clean