mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
Add setup script
This commit is contained in:
8
install/Makefile
Normal file
8
install/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
all: build
|
||||
|
||||
build:
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o installer
|
||||
|
||||
clean:
|
||||
rm installer
|
||||
Reference in New Issue
Block a user