Skip to content

Commit

Permalink
fix(makefile): fix make all
Browse files Browse the repository at this point in the history
  • Loading branch information
zcabter committed Nov 14, 2024
1 parent 43e0328 commit 0c177a9
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 @@ -14,7 +14,7 @@ endif
CLI_KERNEL_PATH := crates/jstz_cli/jstz_kernel.wasm

.PHONY: all
all: test build check
all: build test check

.PHONY: build
build: build-cli-kernel
Expand Down

0 comments on commit 0c177a9

Please sign in to comment.