7 lignes
64 o
Makefile
7 lignes
64 o
Makefile
default: send
|
|
|
|
send:
|
|
git pull
|
|
git add .
|
|
git commit
|
|
git push
|