Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roy Fabrice
pFoF
Commits
9005dbf4
Commit
9005dbf4
authored
Mar 28, 2018
by
Roy Fabrice
Browse files
Small correction in Makefile
parent
735d4b36
Changes
1
Hide whitespace changes
Inline
Side-by-side
pfof_snap/src/Makefile
View file @
9005dbf4
...
...
@@ -34,6 +34,7 @@ SRC = modhdf5.f90 \
OBJS
=
$(SRC:%.f90=%.o)
# variable containing if git is used or not
ifeq
($(wildcard ../../.git/HEAD ../../.git/index),)
OBJ_GIT
=
...
...
@@ -56,12 +57,14 @@ endif
FC
=
$(FC)
,
FCFLAGS
=
$(FCFLAGS)
$(FC)
-c
$(FCFLAGS)
$<
release
:
$(EXE)
all
:
release
debug
:
FCFLAGS = $(DEBUGFLAGS)
debug
:
$(EXE)
$(EXE)
:
gitversion $(MODS) $(OBJS)
$(EXE)
:
gitversion $(OBJS)
@
echo
"--------------------------------"
@
echo
building
$(EXE)
with parameters
\
FC
=
$(FC)
,
LDFLAGS
=
$(LDFLAGS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment