Como devo corrigir este erro enquanto executo meu makefile?
*****No rule to make target
sh2st2.f95
, needed bysh2st2.o
. Stop.*****
Meu makefile é o seguinte:
Makefile: sh2st2.o sh3dt0.o sh4dt2.o Makefile.o
f95 -o Makefile sh2st2.o sh3dt0.o sh4dt2.o Makefile.o
Makefile.o: Makefile.f95
f95 -o-c Makefile.f95
sh2st2.o: sh2st2.f95
f95 -o-c sh2st2.f95
sh3dt0.o: sh3dt0.f95
f95 -o-c sh3dt0.f95
sh4dt2.o: sh4dt2.f95
f95 -o-c sh4dt2.f95