From ce9cd823d3c0392cc4dbe024b811adb4bce90ce4 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 7c318f9de..a57f6610a 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ else endif .PHONY: all -all: clean test build +all: build .PHONY: clean clean: