summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-04-15 11:46:10 +0100
committerYann Herklotz <git@yannherklotz.com>2022-04-15 11:46:10 +0100
commit2a716db2fb59f448590b189f7b953a80d02bc5ee (patch)
tree46ee92387aa0180f18d19ced871dd395fb0b49de /Makefile
parent3d6c27a18bdcf77edfd746982229f609d5448432 (diff)
downloadlsr22_fvhls-2a716db2fb59f448590b189f7b953a80d02bc5ee.tar.gz
lsr22_fvhls-2a716db2fb59f448590b189f7b953a80d02bc5ee.zip
Add changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9898cf9..259cfa8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,7 @@
-PROJNAME=main
+.PHONY: all clean
-.PHONY: $(PROJNAME).pdf all clean
+all: main.pdf
-all: $(PROJNAME).pdf
-
-$(PROJNAME).pdf: $(PROJNAME).tex
+%.pdf: %.tex
context --nonstopmode $<
+ mv $(notdir $@) $@