Merge branch 'master' of vcs.fsf.org:p0f-client-exim
[p0f-client-exim.git] / Makefile
CommitLineData
c3a49fd7
JD
1SRC := p0f-client-exim.c
2OUT := p0f-client-exim
3CC := /home/zamnedix/local/1/bin/gcc
4CFLAGS := -O2 -march=native -pipe
5DBG_CFLAGS := -Wall -Og -ggdb
6
7all:
8 ${CC} ${CFLAGS} ${SRC} -o ${OUT}
9debug:
10 ${CC} ${DBG_CFLAGS} ${SRC} -o ${OUT}
11test:
12 ./${OUT} ~/tmp/p0f.sock "2001:4830:134:3::11"; echo