From: michael Date: Sun, 11 Mar 2007 23:21:32 +0000 (+0000) Subject: revert previous Makefile commit, delete *.cdc files, too X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/commitdiff_plain/70bd19277ae02f19f015c0af7e9ff87a20716c13 revert previous Makefile commit, delete *.cdc files, too --- diff --git a/common/Makefile.common b/common/Makefile.common index 6d17bad..bbf4218 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -85,7 +85,7 @@ analyzer: $(CHIPSCOPE)/bin/lin/analyzer.sh -project $(PWD)/$(PROJECT).cpj clean: - @rm -rf *.bit *.bgn *.mcs *.prm *.bld *.drc *.mcs *.ncd *.ngc *.ngd *.edn *.ncf *.ngo \ + @rm -rf *.bit *.bgn *.mcs *.prm *.bld *.drc *.mcs *.ncd *.ngc *.ngd *.edn *.ncf *.ngo *.cdc \ *.ngr *.pad *.par *.pcf *.prm *.syr *.twr *.twx *.xpi *.lso *.prm *.mcs _impact* \ *.vm6 *.jed *.gyd *.mfd *.pnx *.rpt *.err *.log \ $(PROJECT)_map.* $(PROJECT)_pad.* \