From b51eeaab4521090f9a55d96e94f6c3fcaa24f294 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Mon, 3 Jul 2000 21:28:24 +0200 Subject: [PATCH] Added install_interactive target. Rev: Makefile:1.26 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e3da08d5b..38256ea23d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.25 2000/02/14 23:42:03 mast Exp $ +# $Id: Makefile,v 1.26 2000/07/03 19:28:24 mast Exp $ # # Meta Makefile # @@ -104,6 +104,9 @@ pike: force install: @$(MAKE) "METATARGET=install" +install_interactive: + @$(MAKE) "METATARGET=install_interactive" + just_verify: @$(MAKE) $(MAKE_FLAGS) "METATARGET=just_verify" -- GitLab