From ac1fe7d7abba32ef0c83ca1a22092bab9de5f171 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 13 Sep 2018 16:29:29 -0400 Subject: SML example import --- examples/sml/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/sml/Makefile (limited to 'examples/sml/Makefile') diff --git a/examples/sml/Makefile b/examples/sml/Makefile new file mode 100644 index 0000000..c6a5adb --- /dev/null +++ b/examples/sml/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