Makefile: update submit URL

This commit is contained in:
Zihao Yu
2022-09-03 01:48:52 +08:00
parent 0cf0dcf5e8
commit cf4bd2fd79

View File

@ -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