mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-21 19:24:37 +02:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
|
|
||
|
all: build
|
||
|
|
||
|
build:
|
||
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o installer
|
||
|
|
||
|
clean:
|
||
|
rm installer
|