shellfiles/Makefile
author Claus Gittinger <cg@exept.de>
Wed, 23 Mar 2016 17:30:09 +0100
changeset 305 e3789ecfb821
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 $< > $@