chiark
/
gitweb
/
~ian
/
topbloke-formulae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5c1e92
)
make clean - remove *.ps
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 18 Mar 2012 11:27:58 +0000
(11:27 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 18 Mar 2012 11:27:58 +0000
(11:27 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0f2016e40426218384848c911c789702a98bf9d9..2e4d97defcf6bab0e0ec6f1ec454d22107ae211e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,4
+20,4
@@
final.pdf: $(SRCS)
pdftops $*.pdf $*.ps
clean:
- rm -f *.aux *.log *.dvi *.out *.pdf *~
+ rm -f *.aux *.log *.dvi *.out *.pdf *
.ps *
~