Skip to content
Snippets Groups Projects
Commit 45f62145 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

Transfer the path of the directory

parent b585b931
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,9 @@ $(OBJDIR)/processing_mod.o $(OBJDIR)/readinputs.o $(OBJDIR)/restarts_mod.o \
$(OBJDIR)/solve_EM_fields.o $(OBJDIR)/species_mod.o $(OBJDIR)/stepon.o $(OBJDIR)/tesend.o \
$(OBJDIR)/time_integration_mod.o $(OBJDIR)/utility_mod.o $(OBJDIR)/CLA_mod.o
# Add finally the definition of the Gyacomo directory
# (helps if the code needs to load a file as for the init Ricci)
compile: F90FLAGS += -D__GYACDIR__=\"$(shell pwd)\"
# To compile the executable
compile: $(FOBJ)
$(F90) $(LDFLAGS) $(OBJDIR)/*.o $(EXTMOD) $(EXTINC) $(EXTLIBS) -o $(EXEC)
......
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