Makefile 89 B

12345
  1. all:
  2. git init ; git add . ; git commit -m "Commit" ; git tag 1.0.0
  3. clean:
  4. rm -rf .git