From 2c8edf0e358c12619ec3f9d1e98c0035246218f9 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 2 Dec 2017 01:13:33 +0100 Subject: Add missing target to defaults list Signed-off-by: pacien --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index bc61f45..3e6b521 100644 --- a/makefile +++ b/makefile @@ -18,9 +18,9 @@ PERCENT := % ##### MAIN TARGETS -.PHONY: all test source api-doc report clean +.PHONY: all test source report clean -all: source test report; +all: source test api-doc report; .SECONDEXPANSION: source: $$(patsubst $(SRC_DIR)/$$(PERCENT).c,$(BIN_DIR)/$$(PERCENT).o,$$(wildcard $(SRC_DIR)/**/*.c)); -- cgit v1.2.3