From 716ca530e1c4515d8683c9d5be3d56b301758b66 Mon Sep 17 00:00:00 2001 From: James <> Date: Wed, 4 Nov 2015 11:49:21 +0000 Subject: trunk-47381 --- 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..df50ea4 --- /dev/null +++ b/package/utils/otrx/src/Makefile @@ -0,0 +1,7 @@ +all: otrx + +otrx: + $(CC) $(CFLAGS) -o $@ otrx.c -Wall + +clean: + rm -f otrx -- cgit v1.2.3