First draft at installables; not very satisfactory. make bugs with multiple

output targets and parallelism?
This commit is contained in:
David Given
2016-06-16 05:26:44 +02:00
parent 09554cb324
commit 2af8568cc3
5 changed files with 41 additions and 33 deletions

16
util/amisc/build.lua Normal file
View File

@@ -0,0 +1,16 @@
cprogram {
name = "aelflod",
srcs = { "./aelflod.c" },
deps = {
"h+emheaders"
}
}
installable {
name = "aelflod-pkg",
map = {
["$(INSDIR)/bin/aelflod"] = "+aelflod",
["$(PLATIND)/man/man1/aelflod.1"] = "./aelflod.1",
}
}