Makefile: do not call check-unit by default (#1931)

It should get run explicitly only.

As for Travis: we run it there initially (when just using `make`, and
later again - at least when using check-unit-coverage).
This commit is contained in:
Daniel Hahler 2017-07-20 01:03:33 +02:00 committed by GitHub
parent 81398f3d0a
commit 140481a3e5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ endif
TARGETS=awesome
BUILDDIR=build
all: check-unit $(TARGETS) ;
all: $(TARGETS) ;
$(TARGETS): cmake-build