From af46eee875d6a9cd4dc1b4de1329d9c181d6c67c Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Tue, 4 Jul 2023 12:38:15 +0200 Subject: Fix makefile for debug target --- debug/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'debug') diff --git a/debug/Makefile b/debug/Makefile index b05fa92..340da62 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -9,7 +9,7 @@ SRCS := bpf_dbg.c disasm.c HEADERS := disasm.h -BIN := $(OUTDIR)bpf_dbg +BIN := $(OUTDIR)/bpf_dbg CFLAGS += -Wall -Wextra -pedantic # TODO: remove this part together with the build binary @@ -26,11 +26,6 @@ AUDIT_ARCH := $(shell echo $(AUDIT_ARCH) | sed 's/PPCLE/PPC64LE/') bpf_dbg: $(SRCS) $(HEADERS) $(CC) $(CFLAGS) -o $(BIN) $(SRCS) -# TODO: remove when cooker is ready -build: build.c ../cooker/filter.c ../cooker/filter.h ../common/numbers.h - $(CC) $(CFLAGS) -I../common -I../cooker -DSEITAN_AUDIT_ARCH=AUDIT_ARCH_$(AUDIT_ARCH)\ - -o $(OUTDIR)build ../cooker/filter.c build.c - all: $(BIN) clean: -- cgit v1.2.3