shellfiles/Makefile
author sr
Thu, 14 Sep 2017 11:38:31 +0200
changeset 339 0aba6d1a9337
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 $< > $@