mirror of
https://github.com/d0zingcat/infloop.life.git
synced 2026-05-13 15:09:43 +00:00
13 lines
94 B
Makefile
13 lines
94 B
Makefile
all: git
|
|
|
|
git:
|
|
git add .
|
|
git commit -m "$m"
|
|
git push
|
|
|
|
clean:
|
|
hexo clean
|
|
|
|
view:
|
|
hexo s -g
|