all: cd bin && CGO_ENABLED=0 go build -x -o pcl main.go clean: cd bin && go clean -x && rm -f pcl