first commit

This commit is contained in:
Zihao Yu
2017-08-16 20:57:54 +08:00
commit 322acff6af
3 changed files with 55 additions and 0 deletions

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
-include nemu/Makefile.git
clean:
-$(MAKE) -C nemu clean
-$(MAKE) -C nexus-am clean
-$(MAKE) -C nanos-lite clean
-$(MAKE) -C navy-apps clean
submit: clean
git gc
cd .. && tar cj $(basename $(shell pwd)) > $(STU_ID).tar.bz2
.PHONY: clean submit