diff options
author | Ciaran McCreesh <ciaran.mccreesh@blueyonder.co.uk> | 2008-03-15 03:40:44 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaran.mccreesh@blueyonder.co.uk> | 2008-03-15 03:42:21 +0000 |
commit | cba4ee7234361405250ac9b2bb84111f7b527366 (patch) | |
tree | 684d8e86f84dbfb6043a99cfe1713065485e11a2 /Makefile | |
parent | Revert "Use the draft option" (diff) | |
download | pms-cba4ee7234361405250ac9b2bb84111f7b527366.tar.gz pms-cba4ee7234361405250ac9b2bb84111f7b527366.tar.bz2 pms-cba4ee7234361405250ac9b2bb84111f7b527366.zip |
Tidy up Makefile a bit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,4 @@ -all : pms.dvi pms.pdf - -check : pms.pdf - xpdf pms.pdf +all : pms.pdf clean : rm -f *~ *.pdf *.dvi *.log *.aux *.bbl *.blg *.toc *.lol *.loa *.lox \ |