mirror of
https://github.com/kidoman/embd
synced 2025-03-10 10:11:22 +01:00
3 lines
51 B
Makefile
3 lines
51 B
Makefile
![]() |
build: *.go
|
||
|
echo $^ | xargs -n1 -I {} go build {}
|