4 lines
47 B
Makefile
4 lines
47 B
Makefile
|
all: wsp
|
||
|
wsp: main.go
|
||
|
go build -o wsp main.go
|