makefile: remove the old loglevels.tmp and loglevels.h on 'make clean'
This commit is contained in:
parent
0e752070ac
commit
95cdfe5cb6
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue