shellfiles/Makefile
author convert-repo
Thu, 27 Sep 2018 03:33:44 +0000
changeset 531 6a00d0c7450e
parent 159 40cdb9aa191d
permissions -rw-r--r--
update tags

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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