backtrace task finished

This commit is contained in:
2025-06-14 17:09:29 +08:00
parent b63d0c9147
commit 4c08583743
5 changed files with 31 additions and 1 deletions

View File

@@ -343,7 +343,7 @@ 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)
python3.12 ./grade-lab-$(LAB) $(GRADEFLAGS)
##
## FOR submissions