Skip to content

Commit 6ca45ec

Browse files
committed
chore: Makefile cleanup
Signed-off-by: Shane Utt <[email protected]>
1 parent ae21205 commit 6ca45ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
.PHONY: all
2-
all: generate
2+
all: build generate
33

44
.PHONY: clean
55
clean:
66
cargo clean
77

8+
.PHONY: build
9+
build:
10+
cargo build
11+
12+
813
.PHONY: generate
914
generate:
1015
./update.sh

0 commit comments

Comments
 (0)