Merge pull request #192 from strk/make-default-target

Have the default 'all' rule just build
This commit is contained in:
Thomas Boerger 2016-11-24 11:13:35 +01:00 committed by GitHub
commit f0cfb1cb03
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: