From 5301a5db3a8c6d1e45a95b17877b7ac4b113062a 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: