add makefile

This commit is contained in:
d0zingcat
2019-11-22 07:48:43 +08:00
parent 82186f66b7
commit ba6db1ac4f
2 changed files with 7 additions and 1 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
all: git
git:
git add .
git commit -m "$m"
git push