From: Eddie Hung Date: Wed, 7 Aug 2019 18:10:18 +0000 (-0700) Subject: 'make clean' to not remove anything abc X-Git-Tag: working-ls180~1151^2~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13b7d2252e49f4045eacaec2d651fec68889bb91;p=yosys.git 'make clean' to not remove anything abc --- diff --git a/Makefile b/Makefile index a697e9844..95b5d451b 100644 --- a/Makefile +++ b/Makefile @@ -781,7 +781,7 @@ clean: rm -rf kernel/*.pyh if test -d manual; then cd manual && sh clean.sh; fi rm -f $(OBJS) $(GENFILES) $(TARGETS) $(EXTRA_TARGETS) $(EXTRA_OBJS) $(PY_WRAP_INCLUDES) $(PY_WRAPPER_FILE).cc - rm -f kernel/version_*.o kernel/version_*.cc abc/abc-[0-9a-f]* abc/libabc-[0-9a-f]*.a + rm -f kernel/version_*.o kernel/version_*.cc rm -f libs/*/*.d frontends/*/*.d passes/*/*.d backends/*/*.d kernel/*.d techlibs/*/*.d rm -rf tests/asicworld/*.out tests/asicworld/*.log rm -rf tests/hana/*.out tests/hana/*.log