Skip to content

Commit

Permalink
Updated makefile to support multiple silo include files
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Aug 5, 2019
1 parent d0b7e4a commit dd596a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

post_process:

ifneq ("$(wildcard $(silo_include_dir)/silo_*.inc)","")
ifneq ("$(wildcard $(silo_include_dir)/silo*.inc)","")
ifneq ("$(wildcard $(silo_lib_dir)/libsilo*.*a)","")
@$(MAKE) -C src/post_process_code -f makefile
else
Expand Down

0 comments on commit dd596a2

Please sign in to comment.