Have the deault 'all' rule just build

Clean and test are saner being seperate targets
This commit is contained in:
Sandro Santilli 2016-11-18 09:57:30 +01:00
parent 6ed7f269f1
commit 5301a5db3a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ else
endif
.PHONY: all
all: clean test build
all: build
.PHONY: clean
clean: