makefile: clean temporary files

This commit is contained in:
Michael Stapelberg 2009-12-19 22:42:24 +01:00
parent 6ef0d1fa79
commit e498b90e7a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ dist: distclean
rm -rf i3-${VERSION}
clean:
rm -f src/*.o src/cfgparse.tab.{c,h} src/cfgparse.yy.c
rm -f src/*.o src/cfgparse.tab.{c,h} src/cfgparse.yy.c loglevels.tmp include/loglevels.h
$(MAKE) -C docs clean
$(MAKE) -C man clean
$(MAKE) TOPDIR=$(TOPDIR) -C i3-msg clean