shellfiles/Makefile
author sr
Tue, 12 Sep 2017 15:37:32 +0200
changeset 336 8dcc6a1f364b
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 $< > $@