From: Michael Stapelberg Date: Thu, 16 Feb 2012 23:44:18 +0000 (+0000) Subject: re-add src/cmdparse.* to clean target for people who are switching from the master... X-Git-Tag: 4.2~61 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1ab3621656f7f3f717f3b99e4d3a78c71a63eb9c;p=i3%2Fi3 re-add src/cmdparse.* to clean target for people who are switching from the master branch / have old build dirs --- diff --git a/Makefile b/Makefile index f9600c9a..25290b81 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ dist: distclean rm -rf i3-${VERSION} clean: - rm -f src/*.o src/*.gcno src/cfgparse.tab.{c,h} src/cfgparse.yy.c src/cfgparse.{output,dot} loglevels.tmp include/loglevels.h include/GENERATED_* + rm -f src/*.o src/*.gcno src/cmdparse.* src/cfgparse.tab.{c,h} src/cfgparse.yy.c src/cfgparse.{output,dot} loglevels.tmp include/loglevels.h include/GENERATED_* (which lcov >/dev/null 2>&1 && lcov -d . --zerocounters) || true $(MAKE) -C libi3 clean $(MAKE) -C docs clean