shellfiles/Makefile
author Claus Gittinger <cg@exept.de>
Thu, 24 Mar 2016 00:17:28 +0100
changeset 311 83f952e15a2c
parent 159 40cdb9aa191d
permissions -rw-r--r--
*** empty log message ***

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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