From cf4bd2fd797445706922c73948b713ace214761c Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Sat, 3 Sep 2022 01:48:52 +0800 Subject: [PATCH] Makefile: update submit URL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b10da39..4c0b994 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,6 @@ default: submit: git gc - STUID=$(STUID) STUNAME=$(STUNAME) bash -c "$$(curl -s http://jyywiki.cn/static/submit.sh)" + STUID=$(STUID) STUNAME=$(STUNAME) bash -c "$$(curl -s http://why.ink:8080/static/submit.sh)" .PHONY: default submit