Skip to content
Snippets Groups Projects
Commit 303c6777 authored by Matthieu Boileau's avatar Matthieu Boileau
Browse files

Add makefile

parent 64e01cc0
Branches
Tags
No related merge requests found
makefile 0 → 100644
.PHONY: clean pythran
all: pythran
pythran:
pythran rosenbrock.py -o rosenbrock_pythran.so
clean:
rm -rf *.so *.pyf *.pyc __pycache__
#!/bin/bash
docker run -ti --rm -v $(pwd):/home/euler boileaum/pythran:latest
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment