mirror of
https://github.com/d0zingcat/infloop.life.git
synced 2026-05-14 07:26:50 +00:00
7 lines
56 B
Makefile
7 lines
56 B
Makefile
all: git
|
|
|
|
git:
|
|
git add .
|
|
git commit -m "$m"
|
|
git push
|