drewvid commited on
Commit
b25319e
·
1 Parent(s): f1c33d8
Files changed (1) hide show
  1. Makefile +8 -0
Makefile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+
2
+ all:
3
+
4
+ update:
5
+ git add . --all
6
+ git commit -a
7
+ git push
8
+