From 152a21f151c752721a9427012e19291384516481 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 29 Jul 2023 07:19:25 -0300 Subject: build: simplify clean target Move some clean commands into more relevant makefiles. --- src/fnettrace/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/fnettrace/Makefile b/src/fnettrace/Makefile index 2ad296d1d..93ce9334d 100644 --- a/src/fnettrace/Makefile +++ b/src/fnettrace/Makefile @@ -7,6 +7,8 @@ MOD_DIR = $(ROOT)/src/$(MOD) PROG = $(MOD_DIR)/$(MOD) TARGET = $(PROG) +CLEANFILES += static-ip-map + include $(ROOT)/src/prog.mk all: $(TARGET) static-ip-map -- cgit v1.2.3-54-g00ecf