Skip to content
Snippets Groups Projects
Commit 1f274c0d authored by Zihao Yu's avatar Zihao Yu
Browse files

Makefile: print a message by default, instead of cleaning everything

parent 650f6930
No related branches found
No related tags found
No related merge requests found
-include nemu/Makefile.git
defalut:
@echo "Please run 'make' under any subprojects to compile."
clean:
-$(MAKE) -C nemu clean
......@@ -10,4 +13,4 @@ submit: clean
git gc
cd .. && tar cj $(shell basename `pwd`) > $(STU_ID).tar.bz2
.PHONY: clean submit
.PHONY: default clean submit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment