compressionproject/Makefile

7 行
64 B
Makefile

default: send
send:
git pull
git add .
git commit
git push