diff --git a/Makefile b/Makefile index 6ab19a0..657307d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ENV = ./local TOOLS := $(addprefix $(ENV)/bin/,flake8 nosetests) .PHONY: all -all: build test +all: build .PHONY: build build: | $(ENV)