darthPanda commited on
Commit
87fd1ce
1 Parent(s): a8b51c3

Delete Makefile

Browse files
Files changed (1) hide show
  1. Makefile +0 -8
Makefile DELETED
@@ -1,8 +0,0 @@
1
- .PHONY: commit push
2
-
3
- commit:
4
- git add .
5
- git commit -m "Commit message"
6
-
7
- push: commit
8
- git push