shellfiles/Makefile
author sr
Fri, 13 Oct 2017 16:34:04 +0200
changeset 488 77e63fa48580
parent 159 40cdb9aa191d
permissions -rw-r--r--
removed ole for linux

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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