Skip to content
Snippets Groups Projects
Commit b51eeaab authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Added install_interactive target.

Rev: Makefile:1.26
parent 9da732e9
No related branches found
No related tags found
No related merge requests found
#
# $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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment