Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4cbb9c

Browse files
committed
Added realclean and distclean targets to match ../Makefile.
1 parent 4da55f0 commit f4cbb9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/paper-letter/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,6 @@ clean:
138138

139139
clobber: clean
140140
rm -f $(DVIFILES) $(PSFILES) $(PDFFILES)
141+
142+
realclean: clobber
143+
distclean: clobber

0 commit comments

Comments
 (0)