embd/samples/Makefile

3 lines
51 B
Makefile

build: *.go
echo $^ | xargs -n1 -I {} go build {}