aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-04-09 12:51:50 +0200
committerClifford Wolf <clifford@clifford.at>2016-04-09 12:51:50 +0200
commit36cdf83b3fba38da769d165143e0433980c34c0a (patch)
treef82d60fe202b6e8592b0126e7570a02936fedb51 /Makefile
parent579b60aef9a4c5379027511b7566223cb36214df (diff)
downloadpicorv32-36cdf83b3fba38da769d165143e0433980c34c0a.tar.gz
picorv32-36cdf83b3fba38da769d165143e0433980c34c0a.zip
Added "make clean" handling of riscv-gnu-toolchain-riscv32* directories
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0fa3583..5948bd5 100644
--- a/Makefile
+++ b/Makefile
@@ -103,6 +103,8 @@ toc:
gawk '/^-+$$/ { y=tolower(x); gsub("[^a-z0-9]+", "-", y); gsub("-$$", "", y); printf("- [%s](#%s)\n", x, y); } { x=$$0; }' README.md
clean:
+ rm -rf riscv-gnu-toolchain-riscv32i riscv-gnu-toolchain-riscv32ic \
+ riscv-gnu-toolchain-riscv32im riscv-gnu-toolchain-riscv32imc
rm -vrf $(FIRMWARE_OBJS) $(TEST_OBJS) check.smt2 check.vcd synth.v synth.log \
firmware/firmware.elf firmware/firmware.bin firmware/firmware.hex firmware/firmware.map \
testbench.exe testbench_sp.exe testbench_synth.exe testbench.vcd