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 d0b7e4a commit dd596a2Copy full SHA for dd596a2
Makefile
@@ -23,7 +23,7 @@ endif
23
24
post_process:
25
26
-ifneq ("$(wildcard $(silo_include_dir)/silo_*.inc)","")
+ifneq ("$(wildcard $(silo_include_dir)/silo*.inc)","")
27
ifneq ("$(wildcard $(silo_lib_dir)/libsilo*.*a)","")
28
@$(MAKE) -C src/post_process_code -f makefile
29
else
0 commit comments