shellfiles/Makefile
author sr
Tue, 10 Oct 2017 14:45:44 +0200
changeset 376 e84d44895880
parent 159 40cdb9aa191d
permissions -rw-r--r--
initial checkin class: RunUnitTestsStart added: #start class: RunUnitTestsStart class added: #documentation

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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