Remove building test.c from the Posix compilation script
This commit is contained in:
parent
aa28dd481b
commit
3c4112d080
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user