#! /usr/bin/make -f build: cd src && \ ./configure --prefix=/usr && \ make && \ cd .. install: cd src && \ make DESTDIR=$$(pwd)/../dest install && \ cd .. #oh-strip -g oh-installfiles