aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 13db7906b8e83401d6d07aca325cc898a2899522 (plain)
1
2
3
4
5
6
7
8
9
all::

mk/makemaker-wrap.mk: Makefile.PL
	@if [ ! -f "mk/makemaker.mk" ]; then GFV_DEVEL_MODE=1 perl Makefile.PL; fi
	@echo "-include mk/makemaker.mk" > $@

-include mk/makemaker-wrap.mk
include mk/targets.mk
include mk/release.mk