forked from p98n2ja4z/AFLplusplus
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
427 B
43 lines
427 B
all:
|
|
@echo trying to use GNU make...
|
|
@gmake all || echo please install GNUmake
|
|
|
|
source-only:
|
|
@gmake source-only
|
|
|
|
binary-only:
|
|
@gmake binary-only
|
|
|
|
distrib:
|
|
@gmake distrib
|
|
|
|
man:
|
|
@gmake man
|
|
|
|
install:
|
|
@gmake install
|
|
|
|
document:
|
|
@gmake document
|
|
|
|
deepclean:
|
|
@gmake deepclean
|
|
|
|
code-format:
|
|
@gmake code-format
|
|
|
|
help:
|
|
@gmake help
|
|
|
|
tests:
|
|
@gmake tests
|
|
|
|
unit:
|
|
@gmake unit
|
|
|
|
unit_clean:
|
|
@gmake unit_clean
|
|
|
|
clean:
|
|
@gmake clean
|