Also fix makefile not to break on -Werror.
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
#
# This Copyright notice must be kept intact and distributed with all sources.
-CFLAGS=-g -Wall -Werror # -lefence
+CFLAGS=-g -Wall # -Werror # -lefence
MOUNTPOINT=.
BINS=open-unlink flock-copyup fsync truncate bug418 rmdircheckinode \
- creat-open rename mapper queryfile
+ creat-open rename mapper queryfile mapper2
all: $(BINS)