ready for ics2018

This commit is contained in:
Zihao Yu
2019-03-31 22:47:32 +08:00
parent 5b5b182ef5
commit 06275bd7d2
3 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,4 @@
-include nemu/Makefile.git
include nemu/Makefile.git
default:
@echo "Please run 'make' under any subprojects to compile."
@ -11,6 +11,6 @@ clean:
submit: clean
git gc
cd .. && tar cj $(shell basename `pwd`) > $(STU_ID).tar.bz2
STUID=$(STUID) STUNAME=$(STUNAME) bash -c "$$(curl -s http://moon.nju.edu.cn/people/yyjiang/teach/submit.sh)"
.PHONY: default clean submit