Makefile for shell scripts

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2017-09-13 10:31:33 -07:00
parent 9a64a53076
commit 0048d50064
2 changed files with 6 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
.PHONY: build
build:
./build.sh

View File

@ -1,3 +1,4 @@
master.zip master.zip
build build
template template
.vscode