From 070ca7c888a670fd856668239d17cfee8ba075f3 Mon Sep 17 00:00:00 2001 From: hpa Date: Fri, 10 Aug 2001 18:52:24 +0000 Subject: [PATCH] Add "make release" target for what goes into the distribution. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 302530b..9980caa 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,10 @@ spotless: distclean config: MCONFIG +release: + $(MAKE) configure + $(MAKE) distclean + MCONFIG: configure MCONFIG.in config.h.in ./configure