diff --git a/Makefile b/Makefile index b75801a..dfd93c1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ all: build - build: bash ./scripts/build.sh clean: @@ -10,4 +9,4 @@ mrproper: setup: bash ./scripts/setup_project.sh test: - bash ./scripts/test.sh + bash ./scripts/test.sh