shellfiles/Makefile
author sr
Tue, 10 Oct 2017 14:44:17 +0200
changeset 357 64730f3af6f4
parent 159 40cdb9aa191d
permissions -rw-r--r--
initial checkin

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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