X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/49b4c0ec2212770036e51c883659ae69262b1865..ad16d1e3db67bf7bf820254517c1df11f2db5569:/heartbeat/Makefile diff --git a/heartbeat/Makefile b/heartbeat/Makefile index 50db403..ac41e73 100644 --- a/heartbeat/Makefile +++ b/heartbeat/Makefile @@ -5,7 +5,7 @@ XST := $(shell which xst) TMP = tmp/ $(shell mkdir tmp) -PROJECT := pci_7seg +PROJECT := raggedstone all: xst ngdbuild map par trace prom final @@ -72,7 +72,7 @@ burn: clean: rm -rf $(TMP) rm -rf *.bit *.bgn *.mcs *.prm *.bld *.drc *.mcs *.ncd *.ngc *.ngd - rm -rf *.ngr *.pad *.par *.pcf *.prm *.syr *.twr *.twx *.xpi *.lso *.prm *.mcs + rm -rf *.ngr *.pad *.par *.pcf *.prm *.syr *.twr *.twx *.xpi *.lso *.prm *.mcs _impact* rm -rf $(PROJECT)_map.* $(PROJECT)_pad.* rm -rf _ngo xst rm -rf build.log