X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Futils%2Fotrx%2Fsrc%2FMakefile;fp=package%2Futils%2Fotrx%2Fsrc%2FMakefile;h=df50ea446d0e03766fd93d8865a30e5e3a2a164d;hb=fbd90f8bbc67b315e79fce4c12ba105fff08f234;hp=81c85e27da5059c5b9e0de8aa76ffc240e78031d;hpb=cb9265053b9eb8b1e3ad04d8b7c22e0b0a51fd78;p=openwrt.git 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