packages feed

iproute-0.1: test/Makefile

PROG = ipv4_search

all:
	ghc -Wall -i.. --make -o $(PROG) IPv4Search.hs

clean:
	rm -f *.hi *.o $(PROG)