diff options
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 |