mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
10 lines
281 B
TOML
10 lines
281 B
TOML
#TODO add script for gnu make:
|
|
# https://aflplus.plus/building/
|
|
# https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/INSTALL.md # has feature flags
|
|
[source]
|
|
git = "https://github.com/AFLplusplus/AFLplusplus"
|
|
rev = "v5.00c"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|