update halloc, fix compile on gcc 5, avoid warning
This commit is contained in:
parent
1540bbfb39
commit
0bbb337e1c
5 changed files with 27 additions and 13 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue