pcl/Makefile

6 lines
101 B
Makefile
Raw Normal View History

2023-07-21 09:32:51 +00:00
all:
cd bin && CGO_ENABLED=0 go build -x -o pcl main.go
clean:
cd bin && go clean -x && rm -f pcl