shellfiles/Makefile
author Claus Gittinger <cg@exept.de>
Thu, 03 Mar 2016 18:27:30 +0100
changeset 298 a170cf03d2b0
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 $< > $@