Added realclean and distclean targets to match ../Makefile.
This commit is contained in:
parent
4da55f0560
commit
f4cbb9c7fa
|
@ -138,3 +138,6 @@ clean:
|
||||||
|
|
||||||
clobber: clean
|
clobber: clean
|
||||||
rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)
|
rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)
|
||||||
|
|
||||||
|
realclean: clobber
|
||||||
|
distclean: clobber
|
||||||
|
|
Loading…
Reference in New Issue