diff options
author | rhtenhove <rhtenhove@users.noreply.github.com> | 2022-06-24 09:26:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 09:26:09 -0400 |
commit | 1dac69b1eb16dff00d7a625138da5555c3acccb8 (patch) | |
tree | f1fe87d36415044f0426a750a6406e6a630c0cb2 /Makefile | |
parent | 0da7ddb738df60b3650d36832c9ede040a7ba6b9 (diff) | |
download | afl++-1dac69b1eb16dff00d7a625138da5555c3acccb8.tar.gz |
use container; more is built + tested; use make -i (#2)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Makefile b/Makefile index 96f67991..972ef84a 100644 --- a/Makefile +++ b/Makefile @@ -1,42 +1,42 @@ all: @echo trying to use GNU make... - @gmake all || echo please install GNUmake + -@gmake all source-only: - @gmake source-only + -@gmake source-only binary-only: - @gmake binary-only + -@gmake binary-only distrib: - @gmake distrib + -@gmake distrib man: - @gmake man + -@gmake man install: - @gmake install + -@gmake install document: - @gmake document + -@gmake document deepclean: - @gmake deepclean + -@gmake deepclean code-format: - @gmake code-format + -@gmake code-format help: - @gmake help + -@gmake help tests: - @gmake tests + -@gmake tests unit: - @gmake unit + -@gmake unit unit_clean: - @gmake unit_clean + -@gmake unit_clean clean: - @gmake clean + -@gmake clean |