From 55cc6e1f3ba03b3caabc64e5c03a7cfcef135cd1 Mon Sep 17 00:00:00 2001 From: Dan Callahan Date: Wed, 16 Apr 2014 14:34:15 -0500 Subject: [PATCH] Don't run tests by default when calling make Making it explicit via `make test` makes more sense to me. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)