5 lines
53 B
Makefile
5 lines
53 B
Makefile
def: test
|
|
|
|
test:
|
|
go build -o ./bin/$@ ./examples/$@
|
def: test
|
|
|
|
test:
|
|
go build -o ./bin/$@ ./examples/$@
|