From 82e835a3c0449ccc1ce8a65c0e6bb2a66b47a7f6 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Wed, 4 Sep 2019 20:42:58 +0100 Subject: Makefile: Add make all target as default --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79fd23a..9b1159d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: imv debug clean check install uninstall doc +.PHONY: all imv debug clean check install uninstall doc include config.mk @@ -112,6 +112,8 @@ override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\" TFLAGS ?= -g $(CFLAGS) $(CPPFLAGS) $(shell pkg-config --cflags cmocka) TLIBS := $(LIBS) $(shell pkg-config --libs cmocka) +all: imv doc + imv: $(TARGETS) $(TARGET_WAYLAND): $(OBJECTS) $(WL_OBJECTS) -- cgit v1.2.3