# $Id: makefile.in,v 1.6 2024/09/17 11:52:26 jperkin Exp $ # 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=$@