From 42ec7df723ece5c2c4400d8db24e3a2ac6b826d0 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 25 Apr 2018 09:03:31 +0200 Subject: wip --- arduino/Makefile.assignment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arduino/Makefile.assignment (limited to 'arduino/Makefile.assignment') diff --git a/arduino/Makefile.assignment b/arduino/Makefile.assignment new file mode 100644 index 0000000..d05662f --- /dev/null +++ b/arduino/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