CentOS7 build fix
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ OUTPUT = -o ${OUTPUT_BIN}
|
|||||||
SOURCES = ./src/* ./cmd/shell.c
|
SOURCES = ./src/* ./cmd/shell.c
|
||||||
|
|
||||||
build: output_dir
|
build: output_dir
|
||||||
gcc -Wall ${LIBRARIES} ${SOURCES} ${OUTPUT:PROG=rshell}
|
gcc -Wall -std=gnu99 ${LIBRARIES} ${SOURCES} ${OUTPUT:PROG=rshell}
|
||||||
|
|
||||||
debug: output_dir
|
debug: output_dir
|
||||||
gcc -Wall -g ${LIBRARIES} ${SOURCES} ${OUTPUT:PROG=rshell}
|
gcc -Wall -g ${LIBRARIES} ${SOURCES} ${OUTPUT:PROG=rshell}
|
||||||
|
|||||||
Reference in New Issue
Block a user