mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Added realclean and distclean targets to match ../Makefile.
This commit is contained in:
parent
4da55f0560
commit
f4cbb9c7fa
1 changed files with 3 additions and 0 deletions
|
@ -138,3 +138,6 @@ clean:
|
||||||
|
|
||||||
clobber: clean
|
clobber: clean
|
||||||
rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)
|
rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)
|
||||||
|
|
||||||
|
realclean: clobber
|
||||||
|
distclean: clobber
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue