#
#  Makefile for ipaudit compilation and installation
#
#
#  Change this variables to match your installation
#
# Binary files compiled in src/
BIN=ipaudit ipstrings total pdate

MAKE=make
CIDIR=-I/usr/include/pcap

all:
	$(MAKE) -C src all

clean:
	$(MAKE) -C src clean
