diff --git a/compile b/compile index 22d5846..a980492 100755 --- a/compile +++ b/compile @@ -64,8 +64,3 @@ fi # Compile library (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