shellfiles/Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 15 Dec 2014 12:35:41 +0100
changeset 254 9272fef1d474
parent 159 40cdb9aa191d
permissions -rw-r--r--
Fixes for Lint report.

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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