From e2e258485937799d6d993dd636192970400e3382 Mon Sep 17 00:00:00 2001 From: daniau Date: Wed, 27 Jun 2007 08:30:36 +0000 Subject: [PATCH] git-svn-id: https://lxsd.femto-st.fr/svn/fvn@12 b657c933-2333-4658-acf2-d3c7c2708721 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2c309a1..f73c70e 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ clean: rm -f {*.o,*.a,*.mod} install: - mv *.mod $(BTREE)/modules - mv *.a $(BTREE)/lib + cp *.mod $(BTREE)/modules + cp *.a $(BTREE)/lib %.o: %.f90 $(F95) $(F95FLAGS) -c $< -- 2.16.4