From 465fb70bdcb0acd7a13f8b06c821e9d7496e2603 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 13 Sep 2018 13:18:07 -0400 Subject: Imported tutch example --- examples/tutch/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/tutch/Makefile (limited to 'examples/tutch/Makefile') diff --git a/examples/tutch/Makefile b/examples/tutch/Makefile new file mode 100644 index 0000000..c6a5adb --- /dev/null +++ b/examples/tutch/Makefile @@ -0,0 +1,5 @@ +autograde: + # h: follow links, i.e., so that we include the contents of the tutch symlink + tar chf ../autograde.tar --exclude=./Makefile --exclude=test_handins . + +.PHONY: autograde -- cgit v1.2.3