Commit b72c3d58 authored by Federico Vaga's avatar Federico Vaga

bld: do not allow errors

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 90b74998
......@@ -7,7 +7,7 @@ CFLAGS = -I.
OBJS = libvmebus.o svec-flasher.o
all: $(OBJS)
${CC} -o svec-flasher $(OBJS)
${CC} -Wall -Werror -o svec-flasher $(OBJS)
clean:
rm -f $(OBJS) svec-flasher
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment