add makefile

This commit is contained in:
Aaron Gutierrez
2015-08-21 14:25:57 -07:00
parent 6243a9bb68
commit beec97d0d9
2 changed files with 4 additions and 0 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
all:
git submodule init
git submodule update

View File

@@ -8,6 +8,7 @@ Requirments:
Usage: Usage:
``` ```
make
./cmdasana.py ./cmdasana.py
``` ```