Skip to content

Commit 63730bd

Browse files
committed
chore: add "all" directive to Makefile
Signed-off-by: Shane Utt <[email protected]>
1 parent 3bb50ca commit 63730bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.PHONY: all
2+
all: generate
3+
14
.PHONY: clean
25
clean:
36
cargo clean

0 commit comments

Comments
 (0)