From caa6b290eb0a41905eff7ec67183ce1e3dcb2739 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Tue, 7 Nov 2023 22:43:21 +0100 Subject: make: swtich "all" as default target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e489d12..9b14354 100644 --- a/Makefile +++ b/Makefile @@ -19,12 +19,12 @@ LDFLAGS = $(SANITIZER) # -- RULES --------------------------------------------------------------------- +all: lint build $(BINS) + bear: bear intercept -- $(MAKE) all bear citnames -all: lint build $(BINS) - run: all @for BIN in $(BINS); do \ echo "==> run $$BIN"; \ -- cgit v1.2.3