shellfiles/Makefile
author Claus Gittinger <cg@exept.de>
Tue, 26 Mar 2019 19:01:31 +0100
changeset 538 532fab2fb2a5
parent 159 40cdb9aa191d
permissions -rw-r--r--
#FEATURE by cg class: RunUnitTests class definition class: RunUnitTests class added:17 methods

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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