This commit is contained in:
Cel A. Skeggs
2021-02-13 12:45:32 -05:00
parent ebaf66884c
commit b358f2fd98
2 changed files with 6 additions and 6 deletions

View File

@@ -44,4 +44,4 @@ LABS=" lab1 lab2a lab2b lab2c lab3a lab3b lab4a lab4b "
.PHONY: check-%
check-%:
@echo "Checking that your submission builds correctly..."
@./.check-build git://g.csail.mit.edu/6.824-golabs-2020 $(patsubst check-%,%,$@)
@./.check-build git://g.csail.mit.edu/6.824-golabs-2021 $(patsubst check-%,%,$@)