shellfiles/Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 23 Oct 2013 12:49:35 +0200
changeset 215 b6e13772ac08
parent 159 40cdb9aa191d
permissions -rw-r--r--
class: Builder::TestReport changed: #runReport Print failed/error testcases after run.

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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