all:
	cc -o test_kqfilter -Wall -L/usr/local/lib -lcuse4bsd -lpthread test_kqfilter.c
clean:
	rm -f test_kqfilter
