Remove building test.c from the Posix compilation script
This commit is contained in:
5
compile
5
compile
@@ -64,8 +64,3 @@ fi
|
|||||||
|
|
||||||
# Compile library
|
# Compile library
|
||||||
(set -x ; $CC $CFLAGS $LIBFLAGS $INCLUDE $SRC -o $OUT)
|
(set -x ; $CC $CFLAGS $LIBFLAGS $INCLUDE $SRC -o $OUT)
|
||||||
|
|
||||||
# Compile test.c if it exists
|
|
||||||
if [[ -f ./test.c ]]; then
|
|
||||||
(set -x ; $CC $CFLAGS $INCLUDE $SRC ./test.c -o test)
|
|
||||||
fi
|
|
||||||
|
Reference in New Issue
Block a user