shellfiles/Makefile
author sr
Thu, 12 Oct 2017 17:21:54 +0200
changeset 444 fbc2ee003a80
parent 159 40cdb9aa191d
permissions -rw-r--r--
#FEATURE by sr class: RunUnitTests class changed: #example1

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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