update halloc, fix compile on gcc 5, avoid warning

This commit is contained in:
j 2015-08-28 16:32:15 +02:00
commit 0bbb337e1c
5 changed files with 27 additions and 13 deletions

View file

@ -24,7 +24,7 @@ all: ${PROG}
${PROG}: ${SRC}
${CC} ${FLAGS} ${INCLUDEFLAGS} -o ${PROG} ${SRC} ${LINKFLAGS}
${CC} -std=c99 ${FLAGS} ${INCLUDEFLAGS} -o ${PROG} ${SRC} ${LINKFLAGS}
clean:
-@rm -f ${PROG} *~ core *.core src/*.o src/halloc/src/*.o