]> git.sur5r.net Git - i3/i3/commitdiff
re-add src/cmdparse.* to clean target for people who are switching from the master...
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 16 Feb 2012 23:44:18 +0000 (23:44 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 16 Feb 2012 23:44:18 +0000 (23:44 +0000)
Makefile

index f9600c9a269f0c9d9d2794434d1d3847b71c63c8..25290b81318e52ad558c90a20c02ab751915412a 100644 (file)
--- 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