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 ```