Adding files
This commit is contained in:
parent
fb43c5960e
commit
baf97e2a9c
1 changed files with 8 additions and 0 deletions
8
Makefile
8
Makefile
|
@ -0,0 +1,8 @@
|
|||
default: send
|
||||
|
||||
send:
|
||||
git pull
|
||||
git add .
|
||||
git commit
|
||||
git push
|
||||
|
Loading…
Reference in a new issue