From 0084186483d2590b136da7b3c085f1f3514b9ec4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 19 Feb 2024 12:21:11 +0200 Subject: always copy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8dc859e..291e6f5 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 cp -v ./internal/c/ioriotng.bpf.o .; fi + cp -v ./internal/c/ioriotng.bpf.o . .PHONY: tracepoint_list.go tracepoint_list.go: -- cgit v1.2.3