Skip to content
Snippets Groups Projects
Commit 16db5879 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 08/01/2024:Makefile, switch SPLL=spll to SPLL=spll_new <=> One Pass...

Juan 08/01/2024:Makefile, switch SPLL=spll to SPLL=spll_new <=> One Pass compilation of USER version
parent fbcf1915
No related branches found
No related tags found
No related merge requests found
......@@ -520,7 +520,7 @@ ARFLAGS=r
#
# GENERATION OF DEPENDANCE FILES : *.D
#
SPLL ?= spll
SPLL ?= spll_new
%.D:%.F90
$(CPP) $(INC) $(CPPFLAGS) $< > $(OBJDIR)/$(*F).f90
$(SPLL) $(NSOURCE) $(OBJDIR)/$(*F).f90
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment