summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-03-10 16:24:58 -0700
committerkballou <kballou@devnulllabs.io>2017-03-16 14:09:45 -0600
commit48fa7ec5497929c692dd982d544c48971ac76b86 (patch)
tree04d0026a2378dc549bf799dbac7dfc2ea37ca75e /Makefile
parent9b9aa2ccad999a5bf93a55b777ce05b951dd85b3 (diff)
downloadgit-in-reverse-48fa7ec5497929c692dd982d544c48971ac76b86.tar.gz
git-in-reverse-48fa7ec5497929c692dd982d544c48971ac76b86.tar.xz
Update Makefiles
Move PHONY targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3770de2..4a16d99 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
-.PHONY: all clean
-
+.PHONY: all
all: git-in-reverse.pdf
%.pdf: src/%.tex
@make -C src/ $@
@cp src/$@ .
+.PHONY: clean
clean:
@make -C src/ clean
@rm -f *.pdf