shellfiles/Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 11 Jun 2013 13:56:58 +0200
changeset 159 40cdb9aa191d
permissions -rw-r--r--
Add support for generating build scripts using M4 preprocessor

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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