diff --git a/Makefile b/Makefile index 318378a79..c63b073a5 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ endif TARGETS=awesome BUILDDIR=build -all: check-unit $(TARGETS) ; +all: $(TARGETS) ; $(TARGETS): cmake-build