cemcom.ansi now builds.

This commit is contained in:
David Given
2016-07-19 23:43:14 +02:00
parent 05e3cf286f
commit 1fdc69fb97
6 changed files with 161 additions and 83 deletions

View File

@@ -9,17 +9,6 @@ normalrule {
}
}
bundle {
name = "emheaders",
srcs = {
"./em_*.h",
"./arch.h",
"./out.h",
"./ranlib.h",
"+em_path",
}
}
normalrule {
name = "local",
ins = {},
@@ -32,3 +21,12 @@ normalrule {
}
}
clibrary {
name = "emheaders",
hdrs = {
"./*.h",
"+em_path",
"+local",
}
}