aboutsummaryrefslogtreecommitdiff
path: root/assignments/Makefile.assignment
diff options
context:
space:
mode:
Diffstat (limited to 'assignments/Makefile.assignment')
-rw-r--r--assignments/Makefile.assignment8
1 files changed, 0 insertions, 8 deletions
diff --git a/assignments/Makefile.assignment b/assignments/Makefile.assignment
deleted file mode 100644
index d05662f..0000000
--- a/assignments/Makefile.assignment
+++ /dev/null
@@ -1,8 +0,0 @@
-all: $(DIR)/$(A).pdf
-
-$(DIR)/$(A).pdf: $(DIR)/$(A).md
- @echo pandoc $(A).md
- @cd $(DIR); pandoc $(patsubst $(DIR)/%,%,$<) -o $(patsubst $(DIR)/%,%,$@)
-
-clean:
- @rm -f $(DIR)/$(A).pdf