From ccbcceab382d45a7e04ad3904a17ca0f36248f65 Mon Sep 17 00:00:00 2001
From: Douglas Guptill <douglas.guptill@dal.ca>
Date: Mon, 25 May 2009 18:07:20 +0000
Subject: [PATCH] tweaks

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 44695255..6299a874 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,9 @@ $(NAME): subdirs $(OBJECTS)
 	echo "compiler output...."
 	more $(COMPILE_OUT)
 
+.PHONY: install
+install:
+	mv -f $(NAME) bin
 
 subdirs:
 	cd CASCADE;   make all
-- 
GitLab