Modify Makefile (clean target)

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

View file

@ -217,6 +217,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