You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simulacion-permeabilidad/tools/connec/connec-src/ver_modificada/makefile

10 lines
180 B
Makefile

F90:= gfortran
all: conec2d conec3d
conec2d: conec2d.FOR
$(F90) -O3 -o conec2d conec2d.FOR
conec3d: conec3d.FOR
$(F90) -O3 -o conec3d conec3d.FOR
clean:
-rm -f conec2d conec3d