Files
TZU/Makefile
2018-04-11 22:17:21 +02:00

5 lines
72 B
Makefile

git-%:
git add .
git commit -m "$(@:git-%=%)"
git push origin master