diff options
| author | Rafał Miłecki <zajec5@gmail.com> | 2015-04-09 05:21:55 +0000 |
|---|---|---|
| committer | Rafał Miłecki <zajec5@gmail.com> | 2015-04-09 05:21:55 +0000 |
| commit | 71e6325ab8d84e14c738d565773a8a8ce49107cd (patch) | |
| tree | 32c5420c18cc2a57ead05213086cdfde6220f703 /package/utils/otrx/src/Makefile | |
| parent | 1630498e4c4801ec6aa595e40d4b83ad1356a7e3 (diff) | |
| download | upstream-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/Makefile | 7 |
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 00000000000..81c85e27da5 --- /dev/null +++ b/package/utils/otrx/src/Makefile @@ -0,0 +1,7 @@ +all: otrx + +otrx: + $(CC) $(CFLAGS) -o $@ otrx.c + +clean: + rm -f otrx |
