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. --- arduino/Makefile.assignment | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 arduino/Makefile.assignment (limited to 'arduino/Makefile.assignment') diff --git a/arduino/Makefile.assignment b/arduino/Makefile.assignment deleted file mode 100644 index d05662f..0000000 --- a/arduino/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 -- cgit v1.2.3