case closed

This commit is contained in:
2025-03-03 17:46:22 +08:00
parent b362c49120
commit 7dbcd957af
3 changed files with 64 additions and 1 deletions

View File

@ -192,6 +192,7 @@ UPROGS=\
$U/_pingpong\
$U/_primes\
$U/_find\
$U/_xargs\
@ -339,7 +340,9 @@ grade:
@echo $(MAKE) clean
@$(MAKE) clean || \
(echo "'make clean' failed. HINT: Do you have another running instance of xv6?" && exit 1)
./grade-lab-$(LAB) $(GRADEFLAGS)
# ./grade-lab-$(LAB) $(GRADEFLAGS)
python grade-lab-$(LAB)
##
## FOR submissions