shellfiles/Makefile
author sr
Tue, 10 Oct 2017 14:45:51 +0200
changeset 378 81ea8fa7f54e
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 $< > $@