Makefile 93 B

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