Skip to content

Commit b6b199b

Browse files
committed
added test to compile
for debugging
1 parent e0d8838 commit b6b199b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include $(MESA_DIR)/utils/makefile_header
33
LIB = libpggrid.a
44
LIB_OBJS = pggrid_def.o pg_support.o pg_io.o pg_plots.o pggrid_lib.o
55

6-
COMPILE = $(COMPILE_TO_DEPLOY) $(FCfree) -I../defaults
6+
COMPILE = $(COMPILE_TO_TEST) $(FCfree) -I../defaults
77
VPATH = $(MOD_PUBLIC_DIR):$(MOD_PRIVATE_DIR)
88

99
$(LIB): $(LIB_OBJS)

0 commit comments

Comments
 (0)