shellfiles/Makefile
author sr
Thu, 12 Oct 2017 11:29:45 +0200
changeset 422 552952c5d93e
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 $< > $@