aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/Makefile
blob: 9748a3b477c3f9ab8f18ed9073def17dbc596b05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.SUFFIXES:
ROOT = ../..
-include $(ROOT)/config.mk

MOD_DIR = src/fnettrace
PROG = fnettrace
TARGET = $(PROG)

include $(ROOT)/src/prog.mk

all: $(TARGET) static-ip-map
static-ip-map: static-ip-map.txt fnettrace
	./fnettrace --squash-map=static-ip-map.txt > static-ip-map