windport/Makefile

4 lines
47 B
Makefile
Raw Normal View History

2023-08-12 16:41:26 -04:00
all: wsp
wsp: main.go
go build -o wsp main.go