diff --git a/Makefile b/Makefile
index 44695255d0946eb3adf409a2b8c8316940415716..6299a8743395a816da7def02141ff7fe31601d78 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