#!/bin/sh
# DF-2468 build
set -e
cc -O2 -o mtarget2468 mtarget2468.c
echo "BUILD_EXIT=0"
ls -l mtarget2468
