X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=GNUmakefile;h=2a42bfc3869e99e9cad27d7a28a80a32d123b6e9;hb=93d652d345ffa01376110a6e41340537efe87d4b;hp=899789801dcf5aeca295764e4536c3df4af3361e;hpb=8b4d2adf48213f2bf74ca1a423b1ac3dc8066f95;p=oftp diff --git a/GNUmakefile b/GNUmakefile index 8997898..2a42bfc 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,7 +1,7 @@ src = $(wildcard src/*.c) $(wildcard src/unix/*.c) obj = $(src:.c=.o) dep = $(src:.c=.d) -bin = oftp +bin = visftp warn = -pedantic -Wall -Wno-pointer-sign dbg = -g