Files
infloop.life/Makefile
2019-11-23 00:53:29 +08:00

13 lines
94 B
Makefile

all: git
git:
git add .
git commit -m "$m"
git push
clean:
hexo clean
view:
hexo s -g