mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 08:11:34 +00:00
8 lines
120 B
Makefile
8 lines
120 B
Makefile
all: afl-proxy
|
|
|
|
afl-proxy: afl-proxy.c
|
|
$(CC) -I../../include -o afl-proxy afl-proxy.c
|
|
|
|
clean:
|
|
rm -f afl-proxy *~ core
|