pangolin/install/Makefile
2024-12-26 18:05:23 -05:00

8 lines
No EOL
103 B
Makefile

all: build
build:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o installer
clean:
rm installer