aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/fnettrace/Makefile')
-rw-r--r--src/fnettrace/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fnettrace/Makefile b/src/fnettrace/Makefile
index 2ad296d1d..1c62f43bc 100644
--- a/src/fnettrace/Makefile
+++ b/src/fnettrace/Makefile
@@ -7,8 +7,10 @@ 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
13static-ip-map: static-ip-map.txt $(PROG) 15static-ip-map: static-ip-map.txt $(PROG)
14 ./$(PROG) --squash-map=static-ip-map.txt > static-ip-map 16 ./$(PROG) --squash-map=static-ip-map.txt 2>&1 >static-ip-map