1
0
mirror of https://github.com/kidoman/embd synced 2024-06-07 03:27:48 +02:00
embd/samples/Makefile

3 lines
51 B
Makefile
Raw Normal View History

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