We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb50ca commit 63730bdCopy full SHA for 63730bd
Makefile
@@ -1,3 +1,6 @@
1
+.PHONY: all
2
+all: generate
3
+
4
.PHONY: clean
5
clean:
6
cargo clean
0 commit comments