makefile: remove the old loglevels.tmp and loglevels.h on 'make clean'

next
Michael Stapelberg 2012-08-07 10:03:10 +02:00
parent 0e752070ac
commit 95cdfe5cb6
1 changed files with 1 additions and 1 deletions

View File

@ -82,4 +82,4 @@ install-i3: i3
clean-i3:
echo "[i3] Clean"
rm -f $(i3_OBJECTS) $(i3_SOURCES_GENERATED) $(i3_HEADERS_CMDPARSER) include/all.h.pch i3-command-parser.stamp i3 src/*.gcno src/cfgparse.{output,dot}
rm -f $(i3_OBJECTS) $(i3_SOURCES_GENERATED) $(i3_HEADERS_CMDPARSER) include/loglevels.h loglevels.tmp include/all.h.pch i3-command-parser.stamp i3 src/*.gcno src/cfgparse.{output,dot}