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

Added just_verify target.

Rev: Makefile:1.18
parent b4df3326
Branches
Tags
No related merge requests found
# #
# $Id: Makefile,v 1.17 1999/10/06 11:16:33 mast Exp $ # $Id: Makefile,v 1.18 1999/10/15 23:38:11 mast Exp $
# #
# Meta Makefile # Meta Makefile
# #
...@@ -96,6 +96,9 @@ bin/pike: force ...@@ -96,6 +96,9 @@ bin/pike: force
install: install:
@$(MAKE) "METATARGET=install" @$(MAKE) "METATARGET=install"
just_verify:
@$(MAKE) $(MAKE_FLAGS) "METATARGET=just_verify"
verify: verify:
@$(MAKE) $(MAKE_FLAGS) "METATARGET=verify" @$(MAKE) $(MAKE_FLAGS) "METATARGET=verify"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment