Clean files generated by Bison and Flex.

This commit is contained in:
Ondrej Zajicek 2009-08-10 13:57:08 +02:00
parent 5b1f877e6e
commit 581b59907c

View file

@ -68,6 +68,7 @@ install-docs:
clean:
find . -name "*.[oa]" -o -name core -o -name depend -o -name "*.html" | xargs rm -f
rm -f conf/cf-lex.c conf/cf-parse.* conf/commands.h conf/keywords.h
rm -f $(exedir)/bird $(exedir)/birdc $(exedir)/bird.ctl $(exedir)/bird6.ctl .dep-stamp
distclean: clean