2023-10-05 12:00:00 +02:00
|
|
|
all: reaction ip46tables
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f reaction ip46tables
|
|
|
|
ip46tables: ip46tables.d/ip46tables.c
|
2023-11-05 12:00:00 +01:00
|
|
|
gcc -static ip46tables.d/ip46tables.c -o ip46tables
|
2023-10-05 12:00:00 +02:00
|
|
|
|
|
|
|
reaction: app/* reaction.go go.mod go.sum
|
2023-11-05 12:00:00 +01:00
|
|
|
CGO_ENABLED=0 go build -buildvcs=false .
|