From 728b11eb64db53d8f71faa86ed5043efbaa8d589 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 19 Feb 2024 11:28:14 +0200 Subject: cp don't link --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1ecd1a..19460a8 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ build: bpfbuild gobuild .PHONY: bpfbuild bpfbuild: make -C ./internal/c redo - if [ ! -e ioriotng.bpf.o ]; then ln -s ./internal/c/ioriotng.bpf.o .; fi + if [ ! -e ioriotng.bpf.o ]; then cp -v ./internal/c/ioriotng.bpf.o .; fi .PHONY: gobuild gobuild: -- cgit v1.2.3