fixed clean rule

This commit is contained in:
Todd C. Miller
1995-11-20 03:31:38 +00:00
parent dfa3e6d8cc
commit a72a931018

View File

@@ -183,7 +183,7 @@ TAGS: $(SRCS)
etags $(SRCS)
clean:
-rm -f lex.yy.o y.tab.* *.o $(PROGS) testsudoers core
-rm -f y.tab.[ch] *.o $(PROGS) testsudoers core
mostlyclean: clean