shellfiles/Makefile
author Claus Gittinger <cg@exept.de>
Fri, 19 Jul 2019 17:55:49 +0200
changeset 555 daed660dbcf2
parent 159 40cdb9aa191d
permissions -rw-r--r--
typos

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

%.sh: %.sh.in common.sh.in
	$(M4) -P $< > $@