Posts by Raphael Leite • 23 points
1 post
-
2
votes1
answer220
viewsQ: What the command means: gfortran -c -03 $<
Guys, I’m trying to understand a program here that I’m using in my scientific initiation, but I’m left with a doubt in a make file. # makefile for code OBJ1 = main.o derivs.o filter.o code: $(OBJ1)…