#!/bin/sh

cat <<EOF > Makefile
all:
	echo Building

install:
	echo Installing
EOF
