# $Id: Makefile 145 2024-09-23 18:18:27Z nishi $ .PHONY: all clean all: tewi.8 tewi.8: tewi.8.tmpl sed "s%@PREFIX@%$(PREFIX)%g" tewi.8.tmpl > $@ || rm -f $@ clean: rm -f tewi.8