From 71e6325ab8d84e14c738d565773a8a8ce49107cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Thu, 9 Apr 2015 05:21:55 +0000 Subject: otrx: new package with tiny app verifying TRX images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki SVN-Revision: 45315 --- package/utils/otrx/src/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package/utils/otrx/src/Makefile (limited to 'package/utils/otrx/src/Makefile') diff --git a/package/utils/otrx/src/Makefile b/package/utils/otrx/src/Makefile new file mode 100644 index 0000000..81c85e2 --- /dev/null +++ b/package/utils/otrx/src/Makefile @@ -0,0 +1,7 @@ +all: otrx + +otrx: + $(CC) $(CFLAGS) -o $@ otrx.c + +clean: + rm -f otrx -- cgit v1.1