shellfiles/Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Jun 2013 20:29:40 +0200
changeset 173 a3f1200a2f79
parent 159 40cdb9aa191d
permissions -rw-r--r--
automatically generated by browser

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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