4 lines
72 B
Makefile
4 lines
72 B
Makefile
test:
|
|
go build -o tmp/mcd .
|
|
cp mcd.toml tmp/mcd.toml
|
|
cd tmp && ./mcd
|