aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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"; \