--- trunk/GNUmakefile 2015/04/30 14:22:32 135 +++ trunk/GNUmakefile 2015/05/22 23:13:19 138 @@ -34,13 +34,10 @@ # 4. Rules SHELL = bash +LINK.o = $(FC) $(LDFLAGS) $(TARGET_ARCH) .DELETE_ON_ERROR: .PHONY: all clean clobber depend all: ${execut} log - -${execut}: - $(FC) $(LDFLAGS) $^ $(LDLIBS) -o $@ - ce0l: ${obj_ce0l} gcm: ${obj_gcm} test_ozonecm: ${obj_test_ozonecm}