You've already forked AFLplusplus
mirror of
https://github.com/AdaCore/AFLplusplus.git
synced 2026-02-12 13:08:19 -08: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
|