shellfiles/Makefile
author Claus Gittinger <cg@exept.de>
Thu, 28 Mar 2019 13:54:42 +0100
changeset 542 0b90cc7fc11a
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 $< > $@