diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-09-13 13:09:35 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-09-13 13:49:07 -0400 |
commit | 5e78c729407999bd26af4d446edf0edf7d0af94e (patch) | |
tree | 8e44695c03bd8974e4a9b0831272e845ffa940ad /skel/Makefile |
Import autograder from 15-317 f17
Diffstat (limited to 'skel/Makefile')
-rw-r--r-- | skel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skel/Makefile b/skel/Makefile new file mode 100644 index 0000000..c6a5adb --- /dev/null +++ b/skel/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 |