shellfiles/Makefile
author sr
Tue, 29 May 2018 16:09:01 +0200
changeset 525 84ed1ce7ebba
parent 159 40cdb9aa191d
permissions -rw-r--r--
class: RegressionTests::HTTPServerTests changed: #setUp

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

%.sh: %.sh.in common.sh.in
	$(M4) -P $< > $@