From 4bae244f426a39951f404af8f752f715a151f20e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 25 Apr 2018 09:21:13 +0200 Subject: o Renaming arduino to assignments. --- assignments/Makefile.assignment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 assignments/Makefile.assignment (limited to 'assignments/Makefile.assignment') diff --git a/assignments/Makefile.assignment b/assignments/Makefile.assignment new file mode 100644 index 0000000..d05662f --- /dev/null +++ b/assignments/Makefile.assignment @@ -0,0 +1,8 @@ +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 -- cgit v1.2.3