shellfiles/Makefile
author sr
Tue, 10 Oct 2017 14:44:45 +0200
changeset 365 49b576c930ad
parent 159 40cdb9aa191d
permissions -rw-r--r--
Initial revision

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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