about summary refs log tree commit diff
path: root/examples/afl_untracer/Makefile
blob: ea20ebc014b2fce43b776bf18b550d17e50fbc23 (plain) (blame)
1
2
3
4
5
6
7
all:	afl-untracer

afl-untracer:	afl-untracer.c
	$(CC) -I../../include -g -o afl-untracer afl-untracer.c -ldl

clean:
	rm -f afl-untracer *~ core