#!/bin/sh

make -f caph.mk clean all	|| exit
strip caph
test -d ../bin && cp caph ../bin

