Added realclean and distclean targets to match ../Makefile.

This commit is contained in:
Fred Drake 1998-09-23 17:37:14 +00:00
parent 4da55f0560
commit f4cbb9c7fa
1 changed files with 3 additions and 0 deletions

View File

@ -138,3 +138,6 @@ clean:
clobber: clean
rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)
realclean: clobber
distclean: clobber