mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 10:35:18 +02:00
Add setup script
This commit is contained in:
parent
34e3e7c819
commit
37790c850a
11 changed files with 556 additions and 1 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue