diff --git a/Makefile b/Makefile index 5bee253..05a1ecf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -all: - build test +all: build test test: ./test.sh