Files
NJU_PA/Makefile
2021-08-16 17:21:10 +08:00

11 lines
232 B
Makefile

include nemu/scripts/git.mk
default:
@echo "Please run 'make' under any subprojects to compile."
submit:
git gc
STUID=$(STUID) STUNAME=$(STUNAME) bash -c "$$(curl -s http://jyywiki.cn/static/submit.sh)"
.PHONY: default submit