otrx: change command line API to start with a mode
[openwrt.git] / package / utils / otrx / src / Makefile
index 81c85e2..df50ea4 100644 (file)
@@ -1,7 +1,7 @@
 all: otrx
 
 otrx:
-       $(CC) $(CFLAGS) -o $@ otrx.c
+       $(CC) $(CFLAGS) -o $@ otrx.c -Wall
 
 clean:
        rm -f otrx