The clean target will now erase the argv.info file.

This commit is contained in:
Peter Simons 2000-12-15 15:58:39 +00:00
parent 837ff29661
commit e1d0179fbb

View File

@ -26,7 +26,7 @@ test: test.o libargv.a
$(CC) $(LDFLAGS) test.o libargv.a -o test
realclean distclean clean::
rm -f libargv.a argv.o test.o test
rm -f libargv.a argv.o test.o test argv.info
# Dependencies