From 913b2196e0b51b1fb53c635cd9d6b0494ea936d0 Mon Sep 17 00:00:00 2001 From: benjamin blake Date: Thu, 21 Dec 2023 15:55:14 +0000 Subject: [PATCH] Removing makefile --- firewx_gridspecs.fd/makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 firewx_gridspecs.fd/makefile diff --git a/firewx_gridspecs.fd/makefile b/firewx_gridspecs.fd/makefile deleted file mode 100755 index d302bd5..0000000 --- a/firewx_gridspecs.fd/makefile +++ /dev/null @@ -1,15 +0,0 @@ -LIBS = ${W3NCO_LIB4} ${W3EMC_LIB4} -FC= ftn -LDFLAGS= -convert big_endian -ESSL= -SRCS= firewx_gridspecs.f -OBJS= firewx_gridspecs.o -CMD= ${OUTDIR}/firewx_gridspecs.x - -all: $(CMD) - -$(CMD): $(OBJS) - $(FC) $(LDFLAGS) $(ESSL) -o $(@) $(OBJS) $(LIBS) -clean: - rm -rf $(OBJS) $(CMD) -