Skip to content

Commit

Permalink
Default to running with clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <nick@nickspinale.com>
  • Loading branch information
nspin committed Oct 30, 2024
1 parent 464b534 commit 0c1348c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ ifneq ($(C),)
cores_args := --cores $(C)
endif

CLIPPY ?= 1

ifeq ($(CLIPPY),1)
nix_clippy_attr_prefix := withClippy.
endif
Expand Down

0 comments on commit 0c1348c

Please sign in to comment.