#!/usr/bin/make -f include ../source.mk nop: build: (cd src && cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr .) oh-autobuild touch $@ install: build oh-autoinstall oh-fixperms oh-strip oh-installfiles