diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-19 11:27:00 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-19 11:27:00 +0200 |
| commit | 954197aa34ebc59becd56f093d3690ab65f1d8a4 (patch) | |
| tree | b61af32f8aab1e99b06fb4144eec0682839bf3f0 /Makefile | |
| parent | 72185eae0eefed8f6d5a899c10dfea1d41e57690 (diff) | |
restructure
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -11,8 +11,7 @@ build: bpfbuild gobuild .PHONY: bpfbuild bpfbuild: - make -C ./internal/c - if [ ! -e ioriotng.bpf.c ]; then ln -s ./internal/c/ioriotng.bpf.c .; fi + make -C ./internal/c redo if [ ! -e ioriotng.bpf.o ]; then ln -s ./internal/c/ioriotng.bpf.o .; fi .PHONY: gobuild @@ -22,7 +21,6 @@ gobuild: .PHONY: clean clean: find . -type f -name ioriotng -delete - if [ -e ioriotng.bpf.c ]; then rm ioriotng.bpf.c; fi if [ -e ioriotng.bpf.o ]; then rm ioriotng.bpf.o; fi make -C ./internal/c clean |
