diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-04-14 20:50:46 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-04-14 20:50:46 +0000 |
commit | 3cb8bf44e69d5ab72a456b15965b28cc656eadde (patch) | |
tree | 2ca8885e977d01d0c35f34048664a420c4377d33 /package/utils/otrx/src/Makefile | |
parent | 9d982afe5e75abf05537fc770a89c1be9c465fe9 (diff) | |
download | upstream-3cb8bf44e69d5ab72a456b15965b28cc656eadde.tar.gz upstream-3cb8bf44e69d5ab72a456b15965b28cc656eadde.tar.bz2 upstream-3cb8bf44e69d5ab72a456b15965b28cc656eadde.zip |
otrx: change command line API to start with a mode
This will allow adding more modes without options conflict.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45443
Diffstat (limited to 'package/utils/otrx/src/Makefile')
-rw-r--r-- | package/utils/otrx/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/otrx/src/Makefile b/package/utils/otrx/src/Makefile index 81c85e27da..df50ea446d 100644 --- a/package/utils/otrx/src/Makefile +++ b/package/utils/otrx/src/Makefile @@ -1,7 +1,7 @@ all: otrx otrx: - $(CC) $(CFLAGS) -o $@ otrx.c + $(CC) $(CFLAGS) -o $@ otrx.c -Wall clean: rm -f otrx |