mirror of
https://github.com/kidoman/embd
synced 2025-07-04 20:37:46 +02:00
2 lines
51 B
Makefile
2 lines
51 B
Makefile
build: *.go
|
|
echo $^ | xargs -n1 -I {} go build {}
|