diff --git a/build.sh b/build.sh index e66bfee..5a19293 100755 --- a/build.sh +++ b/build.sh @@ -76,6 +76,7 @@ else KCLASS="MicrocompilerKt" fi kotlin -classpath $KJAR $KCLASS $TARGET > comp.out || exit +python rand_gen.py >> comp.out if [ "$COMBINE" = "" ]; then if [ "$MICRO" != "" ]; then