mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-03-17 13:21:50 +01:00
Moved build support files to dedicated folder
This commit is contained in:
parent
61c5342d48
commit
f9dcc17eca
@ -1,4 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# has to be run from 'build_support' subfolder
|
||||
cd ..
|
||||
echo "compiling P4wnP1_cli and P4wnP1_service ..."
|
||||
env GOOS=linux GOARCH=arm GOARM=6 go build -o build/P4wnP1_service cmd/P4wnP1_service/P4wnP1_service.go
|
||||
env GOOS=linux GOARCH=arm GOARM=6 go build -o build/P4wnP1_cli cmd/P4wnP1_cli/P4wnP1_cli.go
|
Loading…
x
Reference in New Issue
Block a user