Path: blob/devel/elmerice/examples/Inverse_Methods/MassConservation/src/Makefile
5224 views
# define the environment variable SRC_DIR
LIBS= RAMP Random
all: $(LIBS)
% : $(SRC_DIR)/%.F90
elmerf90 $< -o $@
clean:
rm -f $(LIBS)
# define the environment variable SRC_DIR
LIBS= RAMP Random
all: $(LIBS)
% : $(SRC_DIR)/%.F90
elmerf90 $< -o $@
clean:
rm -f $(LIBS)