shellfiles/Makefile
author Claus Gittinger <cg@exept.de>
Thu, 24 Mar 2016 14:54:16 +0100
changeset 314 8247a65b0d86
parent 159 40cdb9aa191d
permissions -rw-r--r--
options

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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