From 213c32362f048763f44ea7e9b3fcb617df61fba3 Mon Sep 17 00:00:00 2001
From: Fredrik Noring <noring@nocrew.org>
Date: Thu, 13 Jan 2000 14:09:14 +0100
Subject: [PATCH] Added metatarget bin_export.

Rev: Makefile:1.24
---
 Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f3dd6d368c..3a551e5689 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #
-# $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
 #
@@ -127,6 +127,9 @@ gdb_verify:
 run_hilfe:
 	@$(MAKE) $(MAKE_FLAGS) "METATARGET=run_hilfe"
 
+bin_export:
+	@$(MAKE) $(MAKE_FLAGS) "METATARGET=bin_export"
+
 feature_list:
 	@$(MAKE) $(MAKE_FLAGS) "METATARGET=feature_list"
 
-- 
GitLab