mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-08-08 09:12:22 +02:00
Moved build support files to dedicated folder
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user