Initial commit (maybe fixed the bug?)
[p0f-client-exim.git] / Makefile
1 SRC := p0f-client-exim.c
2 OUT := p0f-client-exim
3 CC := /home/zamnedix/local/1/bin/gcc
4 CFLAGS := -O2 -march=native -pipe
5 DBG_CFLAGS := -Wall -Og -ggdb
6
7 all:
8 ${CC} ${CFLAGS} ${SRC} -o ${OUT}
9 debug:
10 ${CC} ${DBG_CFLAGS} ${SRC} -o ${OUT}
11 test:
12 ./${OUT} ~/tmp/p0f.sock "2001:4830:134:3::11"; echo