diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-11-07 22:43:21 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-11-07 22:43:21 +0100 |
commit | caa6b290eb0a41905eff7ec67183ce1e3dcb2739 (patch) | |
tree | 0556c1962c3a37c58d0593b3f56c39cfc4e6afb7 /Makefile | |
parent | f3775dc2df0e927aa99c852fd2d8b613a33f91b0 (diff) | |
download | cpp-utils-caa6b290eb0a41905eff7ec67183ce1e3dcb2739.tar.gz cpp-utils-caa6b290eb0a41905eff7ec67183ce1e3dcb2739.zip |
make: swtich "all" as default target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; \ |