rename project to visftp
[oftp] / GNUmakefile
index 734fb67..2a42bfc 100644 (file)
@@ -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