windport/Makefile
2023-08-12 16:41:41 -04:00

3 lines
47 B
Makefile

all: wsp
wsp: main.go
go build -o wsp main.go