ready for ics2020

This commit is contained in:
Zihao Yu
2020-09-04 10:55:21 +08:00
parent c3969eab67
commit 38f8b8a966
3 changed files with 56 additions and 33 deletions

View File

@ -2,15 +2,15 @@ include nemu/Makefile.git
default:
@echo "Please run 'make' under any subprojects to compile."
clean:
-$(MAKE) -C nemu clean
-$(MAKE) -C nexus-am clean
-$(MAKE) -C nanos-lite clean
-$(MAKE) -C navy-apps clean
-$(MAKE) -s -C nemu clean
-$(MAKE) -s -C abstract-machine clean-all
-$(MAKE) -s -C nanos-lite clean
-$(MAKE) -s -C navy-apps clean
submit: clean
git gc
STUID=$(STUID) STUNAME=$(STUNAME) bash -c "$$(curl -s http://ics.nju.edu.cn/people/yanyanjiang/teach/submit.sh)"
STUID=$(STUID) STUNAME=$(STUNAME) bash -c "$$(curl -s http://jyywiki.cn/static/submit.sh)"
.PHONY: default clean submit