shellfiles/Makefile
author sr
Tue, 10 Oct 2017 14:55:05 +0200
changeset 382 777dbd727377
parent 159 40cdb9aa191d
permissions -rw-r--r--
#BUGFIX by sr class: RunUnitTestsStart class changed: #main:

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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