11 lines
265 B
TOML
11 lines
265 B
TOML
[general]
|
|
description = "Utility for directing compilation"
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
licenses = []
|
|
|
|
[[external]]
|
|
kind = "version-output"
|
|
version-command = [ "make", "--version" ]
|
|
version-regexp = ".*Make ([\\d\\.]+).*"
|