shellfiles/Makefile
author Claus Gittinger <cg@exept.de>
Tue, 26 Mar 2019 18:44:15 +0100
changeset 535 02bf82681471
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 $< > $@