aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/vTC/apexlake/experimental_framework/libraries/packet_checker/Makefile
blob: c216778f035b0dd1048a085707649fac0935d28a (plain)
1
2
3
4
CC=gcc
LDFLAGS= -lpcap
testsniffmake: test_sniff.c
	$(CC) $(CFLAGS) -o test_sniff test_sniff.c $(LDFLAGS)