From f7ad40d801e30f542baaf471e0b0d08aacc212ee Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Fri, 20 Mar 2026 11:16:50 -0400 Subject: Updated class code --- class/makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 class/makefile (limited to 'class/makefile') diff --git a/class/makefile b/class/makefile deleted file mode 100644 index 935d1c6..0000000 --- a/class/makefile +++ /dev/null @@ -1,19 +0,0 @@ -FC = gfortran -FFLAGS = -Wall -Wextra - -all: test - -mod_globals.o: mod_globals.f90 - $(FC) $(FFLAGS) -c mod_globals.f90 - -mod_sectors.o: mod_sectors.f90 - $(FC) $(FFLAGS) -c mod_sectors.f90 - -test_sectors: mod_sectors_test.f90 mod_globals.o mod_sectors.o - $(FC) $(FFLAGS) -o test_sectors.x mod_sectors_test.f90 mod_globals.o mod_sectors.o - -tests: test_sectors - ./test_sectors.x - -clean: - rm -f *.o *.x *.mod -- cgit v1.2.3