remove files generated by yacc when cleaning

This commit is contained in:
Bob Halley 1999-03-04 01:00:18 +00:00
parent 005c7ad70f
commit 55e5f033b3

View file

@ -36,7 +36,7 @@ named: ${OBJS} ${DEPLIBS}
${CC} -o $@ ${OBJS} ${LIBS}
clean distclean::
rm -f ${TARGETS} parser.c parser_p.h
rm -f ${TARGETS} confparser.c confparser_p.h
confparser.c: confparser.y
${YACC} -d confparser.y