ack/util/amisc/build.lua

17 lines
236 B
Lua
Raw Normal View History

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",
}
}