shellfiles/Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 24 Jan 2014 16:30:31 +0100
changeset 225 07dd0c1e4e6d
parent 159 40cdb9aa191d
permissions -rw-r--r--
Fixed setup option, meant to be -S

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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