diff --git a/Makefile b/Makefile index 05a1ecf..22c62e6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -all: build test +all: build runtest -test: +runtest: ./test.sh build: diff --git a/test.sh b/test.sh old mode 100644 new mode 100755