shellfiles/Makefile
author sr
Tue, 10 Oct 2017 15:03:59 +0200
changeset 388 c972ed7d867a
parent 159 40cdb9aa191d
permissions -rw-r--r--
class: RunUnitTestsStart class changed: #main:

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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