shellfiles/Makefile
author sr
Thu, 21 Sep 2017 14:34:44 +0200
changeset 345 e59d3b6f2391
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 $< > $@