shellfiles/Makefile
author Claus Gittinger <cg@exept.de>
Fri, 11 Mar 2016 00:30:11 +0100
changeset 301 34fb6cfb5862
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 $< > $@