shellfiles/Makefile
author sr
Tue, 10 Oct 2017 15:04:03 +0200
changeset 390 9318fb18f834
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 $< > $@