6 lines
32 B
Makefile
6 lines
32 B
Makefile
|
|
||
|
.PHONY: all
|
||
|
|
||
|
all:
|
||
|
cargo build
|