From 54f2705ce06fec51a8e541fb2c96b27ceddb1a0f Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Wed, 4 Sep 2019 17:58:01 +0800 Subject: [PATCH] Makefile: update submit URL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fdf68e2..4ab8816 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,6 @@ clean: submit: clean git gc - STUID=$(STUID) STUNAME=$(STUNAME) bash -c "$$(curl -s http://moon.nju.edu.cn/people/yyjiang/teach/submit.sh)" + STUID=$(STUID) STUNAME=$(STUNAME) bash -c "$$(curl -s http://ics.nju.edu.cn/people/yanyanjiang/teach/submit.sh)" .PHONY: default clean submit