We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d8838 commit b6b199bCopy full SHA for b6b199b
make/makefile
@@ -3,7 +3,7 @@ include $(MESA_DIR)/utils/makefile_header
3
LIB = libpggrid.a
4
LIB_OBJS = pggrid_def.o pg_support.o pg_io.o pg_plots.o pggrid_lib.o
5
6
-COMPILE = $(COMPILE_TO_DEPLOY) $(FCfree) -I../defaults
+COMPILE = $(COMPILE_TO_TEST) $(FCfree) -I../defaults
7
VPATH = $(MOD_PUBLIC_DIR):$(MOD_PRIVATE_DIR)
8
9
$(LIB): $(LIB_OBJS)
0 commit comments