#!/bin/sh

PATH=.:/usr/local/gnu/bin:$PATH
export PATH
make all

