re-add src/cmdparse.* to clean target for people who are switching from the master branch / have old build dirs

next
Michael Stapelberg 2012-02-16 23:44:18 +00:00
parent a3ee8491fd
commit 1ab3621656
1 changed files with 1 additions and 1 deletions

View File

@ -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