diff options
author | Camil Staps | 2016-03-01 23:49:11 +0100 |
---|---|---|
committer | Camil Staps | 2016-03-01 23:49:43 +0100 |
commit | e77d6c4613d3c8f7c06fabba80c5385a6b9b2566 (patch) | |
tree | 4b9bd995d34788ca60b9d270b5f9e96c32cb0475 /Makefile | |
parent | Assignment 4 (diff) |
Start elevator
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -TARGET=$(subst .tex,.pdf,$(wildcard *.tex)) +TARGET=$(subst .tex,.pdf,$(wildcard *.tex)) elevator.pdf all: $(TARGET) |