Skip to content
Snippets Groups Projects
Commit 213c3236 authored by Fredrik Noring's avatar Fredrik Noring
Browse files

Added metatarget bin_export.

Rev: Makefile:1.24
parent c2b8f365
No related branches found
No related tags found
No related merge requests found
# #
# $Id: Makefile,v 1.23 1999/12/05 15:30:02 mast Exp $ # $Id: Makefile,v 1.24 2000/01/13 13:09:14 noring Exp $
# #
# Meta Makefile # Meta Makefile
# #
...@@ -127,6 +127,9 @@ gdb_verify: ...@@ -127,6 +127,9 @@ gdb_verify:
run_hilfe: run_hilfe:
@$(MAKE) $(MAKE_FLAGS) "METATARGET=run_hilfe" @$(MAKE) $(MAKE_FLAGS) "METATARGET=run_hilfe"
bin_export:
@$(MAKE) $(MAKE_FLAGS) "METATARGET=bin_export"
feature_list: feature_list:
@$(MAKE) $(MAKE_FLAGS) "METATARGET=feature_list" @$(MAKE) $(MAKE_FLAGS) "METATARGET=feature_list"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment