diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-19 12:21:11 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-19 12:21:11 +0200 |
| commit | 0084186483d2590b136da7b3c085f1f3514b9ec4 (patch) | |
| tree | e8845235d42203cd78432e0e559dc697782c19c6 /Makefile | |
| parent | 4950710f87d8fe65e00d855760ea4b3f71de73e5 (diff) | |
always copy
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
