aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/otrx/src/Makefile
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-04-09 05:21:55 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-04-09 05:21:55 +0000
commit71e6325ab8d84e14c738d565773a8a8ce49107cd (patch)
tree32c5420c18cc2a57ead05213086cdfde6220f703 /package/utils/otrx/src/Makefile
parent1630498e4c4801ec6aa595e40d4b83ad1356a7e3 (diff)
downloadupstream-71e6325ab8d84e14c738d565773a8a8ce49107cd.tar.gz
upstream-71e6325ab8d84e14c738d565773a8a8ce49107cd.tar.bz2
upstream-71e6325ab8d84e14c738d565773a8a8ce49107cd.zip
otrx: new package with tiny app verifying TRX images
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45315
Diffstat (limited to 'package/utils/otrx/src/Makefile')
-rw-r--r--package/utils/otrx/src/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/utils/otrx/src/Makefile b/package/utils/otrx/src/Makefile
new file mode 100644
index 0000000000..81c85e27da
--- /dev/null
+++ b/package/utils/otrx/src/Makefile
@@ -0,0 +1,7 @@
+all: otrx
+
+otrx:
+ $(CC) $(CFLAGS) -o $@ otrx.c
+
+clean:
+ rm -f otrx