6 lines
107 B
Makefile
6 lines
107 B
Makefile
|
srcfiles = $(shell find . -iname *.go)
|
||
|
|
||
|
loader: $(srcfiles)
|
||
|
go build -o loader ur.gs/chaos-gate/cmd/load
|
||
|
|