X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=GNUmakefile;h=2a42bfc3869e99e9cad27d7a28a80a32d123b6e9;hb=HEAD;hp=734fb6716f7840dcbac1d541a7f0c33891e43b69;hpb=5363ed21fccc528965a8482b3b71fe0133595499;p=oftp diff --git a/GNUmakefile b/GNUmakefile index 734fb67..2a42bfc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,9 +1,9 @@ src = $(wildcard src/*.c) $(wildcard src/unix/*.c) obj = $(src:.c=.o) dep = $(src:.c=.d) -bin = oftp +bin = visftp -warn = -pedantic -Wall +warn = -pedantic -Wall -Wno-pointer-sign dbg = -g incdir = -Isrc