commit | e281b3f9a955498d5b35d5faf9bdc800422dc678 | [log] [tgz] |
---|---|---|
author | Irina <ib565x@intl.att.com> | Thu Jan 02 14:06:17 2020 +0200 |
committer | Irina <ib565x@intl.att.com> | Thu Jan 02 14:06:33 2020 +0200 |
tree | 1c1997f56f279952718ac983fba012be9f57f32e | |
parent | 6674885bdb2d046b2f9e670c81115edf16ba60a7 [diff] [blame] |
RICPLT-2707 - Create RNIB reader in C Change-Id: Ife2594086079eb50657628dfc2db57a1eea51aa8 Signed-off-by: Irina <ib565x@intl.att.com>
diff --git a/creader/Makefile b/creader/Makefile new file mode 100644 index 0000000..f4de4bf --- /dev/null +++ b/creader/Makefile
@@ -0,0 +1,6 @@ +# Go parameters +DIR=reader + +all: build +build: + go build -buildmode=c-archive -o $(DIR)/rnibreader.a rNibReader_c.go