Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rémy Mozul
FortHon
Commits
2880ad20
Commit
2880ad20
authored
Feb 08, 2016
by
frozar
Browse files
[COMPIL] Add a comment at the end of the makefile to help the user.
parent
337dd3f8
Changes
1
Show whitespace changes
Inline
Side-by-side
logilab_sprint/makefile
View file @
2880ad20
...
...
@@ -2,10 +2,13 @@
all
:
test.so
libtype.so
:
mod_type.f90
gfortran
-shared
-o
$@
$<
gfortran
-fPIC
-shared
-o
$@
$<
test.so
:
test.pyx libtype.so
python setup.py build_ext
-i
clean
:
@
rm
-f
*
.so
*
.c
*
.mod
# make
# PYTHONPATH=${PYTHONPATH}:. LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:. python pytest.py
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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