summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-19 12:21:11 +0200
committerPaul Buetow <paul@buetow.org>2024-02-19 12:21:11 +0200
commit0084186483d2590b136da7b3c085f1f3514b9ec4 (patch)
treee8845235d42203cd78432e0e559dc697782c19c6 /Makefile
parent4950710f87d8fe65e00d855760ea4b3f71de73e5 (diff)
always copy
Diffstat (limited to 'Makefile')
-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: