aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-03-23 02:21:04 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-03-23 02:21:04 +0100
commit1f40daf5c9684be57fc8aea719407b6efc9e010c (patch)
treeef03134bcc1bad4cd40a58522dc98083da28d7da
parent3544d9c12fcb66ff8d4dd947137a769eb99f26c2 (diff)
downloadcpp-utils-1f40daf5c9684be57fc8aea719407b6efc9e010c.tar.gz
cpp-utils-1f40daf5c9684be57fc8aea719407b6efc9e010c.zip
make: dont lint in bear target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8a3df8..cdf10eb 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ LDFLAGS = $(SANITIZER)
all: lint build $(BINS)
bear:
- bear intercept -- $(MAKE) all
+ bear intercept -- $(MAKE) build $(BINS)
bear citnames
run: $(RUNS)