aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-29 07:19:25 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-31 17:37:05 -0300
commit152a21f151c752721a9427012e19291384516481 (patch)
treeffe487d05e901c1159112f71ba1ca99d7273f89a /src
parentbuild: remove redundant clean commands (diff)
downloadfirejail-152a21f151c752721a9427012e19291384516481.tar.gz
firejail-152a21f151c752721a9427012e19291384516481.tar.zst
firejail-152a21f151c752721a9427012e19291384516481.zip
build: simplify clean target
Move some clean commands into more relevant makefiles.
Diffstat (limited to 'src')
-rw-r--r--src/fnettrace/Makefile2
1 files changed, 2 insertions, 0 deletions
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)
7PROG = $(MOD_DIR)/$(MOD) 7PROG = $(MOD_DIR)/$(MOD)
8TARGET = $(PROG) 8TARGET = $(PROG)
9 9
10CLEANFILES += static-ip-map
11
10include $(ROOT)/src/prog.mk 12include $(ROOT)/src/prog.mk
11 13
12all: $(TARGET) static-ip-map 14all: $(TARGET) static-ip-map