summaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: 3e1b544e7af81db45f9a590174702dab1fb77f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Maintainer's make file for mailutils.
# 
ifneq (,$(wildcard Makefile))
 include Makefile
 include maint/flowgraph.mk
 include maint/release.mk
 include maint/fullcheck.mk
else
$(if $(MAKECMDGOALS),$(MAKECMDGOALS),all):
	$(MAKE) -f maint/bootstrap.mk
	$(MAKE) $(MAKECMDGOALS)
endif

Return to:

Send suggestions and report system problems to the System administrator.