Makefile: properly make 'clean'

next
Michael Stapelberg 2011-07-11 20:14:25 +02:00
parent ac4f14e134
commit f9da0d5ded
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ install: all
$(INSTALL) -m 0755 i3-config-wizard $(DESTDIR)$(PREFIX)/bin/
clean:
rm -f *.o
rm -f *.o cfgparse.tab.{c,h} cfgparse.output cfgparse.yy.c
distclean: clean
rm -f i3-config-wizard