summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-06 19:02:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-06 19:02:49 (GMT)
commitd4fb4d3b9d74ef86f89cfdb6d74d8cc4f49ff2b0 (patch)
tree53d871b4888f46326c7ab5077b7924ea6f68a129 /Makefile
parent060cd755f5e3f115b2bd3fe91b73d2256d0ead87 (diff)
Saved the first version of the UNIX refcard.HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 69dc01a..ecae510 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-all: chrysalide-refcard.pdf
+all: chrysalide-refcard.pdf unix-dev-refcard.pdf
%.dvi: %.tex
@@ -10,4 +10,4 @@ all: chrysalide-refcard.pdf
clean:
- @find -maxdepth 1 -type f -not -name 'Makefile' -and -not -name 'chrysalide-refcard.tex' -exec rm -f "{}" \;
+ @find -maxdepth 1 -type f -not -name 'Makefile' -and -not -name '*.tex' -and -not -name '*xcf' -delete