LED builds now.

This commit is contained in:
David Given
2016-08-14 14:40:01 +02:00
parent 2dab95eced
commit a42939df50
4 changed files with 21 additions and 1 deletions

19
util/led/build.lua Normal file
View File

@@ -0,0 +1,19 @@
cprogram {
name = "led",
srcs = { "./*.c" },
deps = {
"modules/src/string+lib",
"modules/src/object+lib",
"h+emheaders",
}
}
installable {
name = "pkg",
map = {
["$(INSDIR)/share/man/man5/ack.out.5"] = "./ack.out.5",
["$(INSDIR)/share/man/man6/led.6"] = "./led.6",
["$(PLATDEP)/em_led"] = "+led",
}
}