Skip to content

Commit

Permalink
Only build the Rust executable with the default Makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Dec 5, 2023
1 parent f808f7d commit 431bf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ifeq (3.81,$(MAKE_VERSION))
endif

.PHONY: default
default: build
default: build-charon-rust

.PHONY: all
all: build tests nix
Expand Down

0 comments on commit 431bf1c

Please sign in to comment.