# $Id: makefile.in 1073 2021-06-27 05:01:23Z $ # a simple makefile for those who don't like anything beyond: # ./configure; make; make install prefix= @prefix@ srcdir= @srcdir@ all: build build clean install test: ${srcdir}/boot-strap --prefix=${prefix} -o . op=$@