Mercurial > masqmail
view tests/relay-to-localhost-mta/makefile @ 430:180a7f6a9383
Adds a correct cast
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 07 Feb 2015 11:14:09 +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