diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-23 02:21:04 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-23 02:21:04 +0100 |
commit | 1f40daf5c9684be57fc8aea719407b6efc9e010c (patch) | |
tree | ef03134bcc1bad4cd40a58522dc98083da28d7da | |
parent | 3544d9c12fcb66ff8d4dd947137a769eb99f26c2 (diff) | |
download | cpp-utils-1f40daf5c9684be57fc8aea719407b6efc9e010c.tar.gz cpp-utils-1f40daf5c9684be57fc8aea719407b6efc9e010c.zip |
make: dont lint in bear target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ LDFLAGS = $(SANITIZER) all: lint build $(BINS) bear: - bear intercept -- $(MAKE) all + bear intercept -- $(MAKE) build $(BINS) bear citnames run: $(RUNS) |