First draft at installables; not very satisfactory. make bugs with multiple
output targets and parallelism?
This commit is contained in:
16
util/amisc/build.lua
Normal file
16
util/amisc/build.lua
Normal 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",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user