From f7e61b732866eddb38cd7d509ee3a14088592e93 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 18 Nov 2016 09:57:30 +0100 Subject: [PATCH] Have the deault 'all' rule just build Clean and test are saner being seperate targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c318f9dec..a57f6610af 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ else endif .PHONY: all -all: clean test build +all: build .PHONY: clean clean: