#!/bin/sh

printf "checking build system type... $CBUILD\n"
printf "checking host system type... $CHOST\n"
printf "checking target system type... $CTARGET\n"
printf "checking if your kit looks good... arf\n\n"

echo "all:\n\ttouch it-worked\n">Makefile
