summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: