#!/bin/sh
# helper script for building GNUstep projects
# sets up the GNUstep environment variables, and then calls make
GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles make "$@"
