diff --git a/fruit_makefile b/fruit_makefile index 8af689f..281a6d7 100644 --- a/fruit_makefile +++ b/fruit_makefile @@ -25,5 +25,5 @@ $(BUILD)/%$(OBJ): $(SRC)/%$(F90) $(FC) $(FLAGS) -c $< -o $@ install : - cp $(LIB) $(INSTALL_DIR) + cp $(LIB) $(INSTALL_DIR)/$(LIB) cp *.mod $(INCL_DIR)