aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/Makefile
blob: 68a4cbdc0a1919834ea47b44cd6e32aa6439d313 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.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