update
This commit is contained in:
10
Makefile
10
Makefile
@@ -1,9 +1,9 @@
|
||||
# This is the Makefile helping you submit the labs.
|
||||
# Just create 6.824/api.key with your API key in it,
|
||||
# and submit your lab with the following command:
|
||||
# $ make [lab1|lab2a|lab2b|lab2c|lab3a|lab3b|lab4a|lab4b]
|
||||
# This is the Makefile helping you submit the labs.
|
||||
# Just create 6.824/api.key with your API key in it,
|
||||
# and submit your lab with the following command:
|
||||
# $ make [lab1|lab2a|lab2b|lab2c|lab2d|lab3a|lab3b|lab4a|lab4b]
|
||||
|
||||
LABS=" lab1 lab2a lab2b lab2c lab3a lab3b lab4a lab4b "
|
||||
LABS=" lab1 lab2a lab2b lab2c lab2d lab3a lab3b lab4a lab4b "
|
||||
|
||||
%: check-%
|
||||
@echo "Preparing $@-handin.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user