mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 08:11:34 +00:00
10 lines
125 B
Makefile
10 lines
125 B
Makefile
all:
|
|
@echo trying to use GNU make...
|
|
@gmake all || echo please install GNUmake
|
|
|
|
clean:
|
|
@gmake clean
|
|
|
|
shell:
|
|
@gmake shell
|