summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-03-01 23:49:11 +0100
committerCamil Staps2016-03-01 23:49:43 +0100
commite77d6c4613d3c8f7c06fabba80c5385a6b9b2566 (patch)
tree4b9bd995d34788ca60b9d270b5f9e96c32cb0475 /Makefile
parentAssignment 4 (diff)
Start elevator
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6861544..357190a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-TARGET=$(subst .tex,.pdf,$(wildcard *.tex))
+TARGET=$(subst .tex,.pdf,$(wildcard *.tex)) elevator.pdf
all: $(TARGET)