# # 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: cd src && $(MAKE) all clean: $(MAKE) -C src clean