Rename output name in compile script
This commit is contained in:
2
compile
2
compile
@@ -13,6 +13,6 @@ SRC="\
|
|||||||
mem/src/*/*.c \
|
mem/src/*/*.c \
|
||||||
"
|
"
|
||||||
CFLAGS="-shared -fPIC -Wall -Werror -pedantic"
|
CFLAGS="-shared -fPIC -Wall -Werror -pedantic"
|
||||||
OUT="libwizapp.so"
|
OUT="libwapp.so"
|
||||||
|
|
||||||
(set -x ; $CC $CFLAGS $INCLUDE $SRC -o $OUT)
|
(set -x ; $CC $CFLAGS $INCLUDE $SRC -o $OUT)
|
||||||
|
Reference in New Issue
Block a user