Modify Makefile (clean target)

This commit is contained in:
Michael Schaffner 2018-09-05 17:02:55 +02:00
parent b9cb04c434
commit 9a89fa66d8
No known key found for this signature in database
GPG key ID: 7AA09AE049819C2C

View file

@ -213,6 +213,7 @@ clean:
rm -rf build
rm -f tmp/*.ucdb
rm -f tmp/*.log
rm -f *.wlf *vstf wlft*
.PHONY:
build lint build-moore $(riscv-asm-tests) $(addsuffix _verilator,$(riscv-asm-tests)) $(riscv-benchmarks) $(addsuffix _verilator,$(riscv-benchmarks)) check simc sim verilate clean verilate