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
COLIN JEROME
tp-gitlab-ci
Commits
303c6777
Commit
303c6777
authored
Nov 20, 2017
by
Matthieu Boileau
Browse files
Add makefile
parent
64e01cc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
makefile
0 → 100644
View file @
303c6777
.PHONY
:
clean pythran
all
:
pythran
pythran
:
pythran rosenbrock.py
-o
rosenbrock_pythran.so
clean
:
rm
-rf
*
.so
*
.pyf
*
.pyc __pycache__
run_docker.sh
0 → 100755
View file @
303c6777
#!/bin/bash
docker run
-ti
--rm
-v
$(
pwd
)
:/home/euler boileaum/pythran:latest
Write
Preview
Supports
Markdown
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