Mercurial > masqmail
view tests/relay-to-localhost-mta/makefile @ 431:34c919a8d74e 0.3.5
Bumps version number and updates Changelog and NEWS
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 07 Feb 2015 11:17:53 +0100 |
parents | 196dfb2a3056 |
children |
line wrap: on
line source
# Makefile by markus schnalke <meillo@marmaro.de> # heavily based on Makefile.am written by oliver kurth all: test test.conf mkdir -p spool test.conf: test.conf.tpl # fails if the current path contains `^'. sed "s^PWD^`pwd`^" $< >$@ test: test.tpl sed s/RECV_HOST/`hostname`/ $< >$@ chmod +x $@ clean: rm -f test.conf test realclean: clean rm -rf spool rm -f *.log