aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTom Verbeure <tom_verbeure@yahoo.com>2016-08-30 22:56:31 -0700
committerTom Verbeure <tom_verbeure@yahoo.com>2016-08-30 22:56:31 -0700
commit91deccd3a18ad6edcb793424f7c56f2f724d4b3f (patch)
treed2fa5f2ee8d5566210e6e73042b2412491e51754 /scripts
parente7f5d640cab596410cb21bab0ac7bc49c3ad87b7 (diff)
downloadpicorv32-91deccd3a18ad6edcb793424f7c56f2f724d4b3f.tar.gz
picorv32-91deccd3a18ad6edcb793424f7c56f2f724d4b3f.zip
Don't delete non-existing files
Diffstat (limited to 'scripts')
-rw-r--r--scripts/quartus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/quartus/Makefile b/scripts/quartus/Makefile
index f626fc5..8b994e0 100644
--- a/scripts/quartus/Makefile
+++ b/scripts/quartus/Makefile
@@ -57,6 +57,6 @@ table.txt:
clean:
rm -rf firmware.bin firmware.elf firmware.hex firmware.map synth_*.log
- rm -rf synth_system.v table.txt tab_*/
- rm -rf synth_area_*_build
+ rm -rf table.txt tab_*/
+ rm -rf synth_*_build