mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
11 lines
205 B
TOML
11 lines
205 B
TOML
#TODO very basic makefiles are tested to work but needs more testing
|
|
[source]
|
|
tar = "http://ftp.gnu.org/gnu/make/make-4.4.tar.gz"
|
|
patches = [
|
|
"redox.patch"
|
|
]
|
|
|
|
[build]
|
|
template = "configure"
|
|
|