summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-19 11:28:14 +0200
committerPaul Buetow <paul@buetow.org>2024-02-19 11:28:14 +0200
commit728b11eb64db53d8f71faa86ed5043efbaa8d589 (patch)
tree6f3cef542329b372df478b9aed0f0f19abef44fa
parent954197aa34ebc59becd56f093d3690ab65f1d8a4 (diff)
cp don't link
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: