aboutsummaryrefslogtreecommitdiff
path: root/examples/tutch/Makefile
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2018-09-13 13:18:07 -0400
committerRyan Kavanagh <rak@debian.org>2018-09-13 13:49:21 -0400
commit465fb70bdcb0acd7a13f8b06c821e9d7496e2603 (patch)
treeddb483f51474bf5d104806912a91a10bb10ca75d /examples/tutch/Makefile
parentImport autograder from 15-317 f17 (diff)
Imported tutch example
Diffstat (limited to '')
-rw-r--r--examples/tutch/Makefile5
1 files changed, 5 insertions, 0 deletions
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