diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-09-13 16:29:29 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-09-13 17:14:23 -0400 |
commit | ac1fe7d7abba32ef0c83ca1a22092bab9de5f171 (patch) | |
tree | b49c343d9f135205bb5ca40db678dcadefcfbd80 /examples/sml/Makefile | |
parent | run.sh should not extract autograde.tar (diff) |
Diffstat (limited to 'examples/sml/Makefile')
-rw-r--r-- | examples/sml/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |