From beec97d0d949a75732c4b0779a0dc18f81b8692d Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Fri, 21 Aug 2015 14:25:57 -0700 Subject: [PATCH] add makefile --- Makefile | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cf67efa --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +all: + git submodule init + git submodule update diff --git a/README.md b/README.md index 173461c..cbfc928 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Requirments: Usage: ``` +make ./cmdasana.py ```