shellfiles/Makefile
author Claus Gittinger <cg@exept.de>
Thu, 31 Mar 2016 23:58:20 +0200
changeset 316 28efe39657f5
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 $< > $@