cd  prepmx/p2c                      &&

echo "gcc $CFLAGS *.o -o prepmx"    &&
gcc $CFLAGS *.c -o prepmx           &&

cd $SOURCE_DIRECTORY
