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

Update makefile

parent b04e4abe
No related merge requests found
Pipeline #8467 passed with stages
in 49 seconds
.PHONY: clean pythran all: helloworld pythran
all: C pythran helloworld:
gcc helloworld.c -o helloworld.e
C: test: helloworld
gcc helloworld.c -o helloworld.e python test_helloworld.py
pythran: pythran:
pythran rosenbrock.py -o rosenbrock_pythran.so pythran rosenbrock.py -o rosenbrock_pythran.so
clean: clean:
rm -rf *.o *.e *.so *.pyf *.pyc __pycache__ rm -rf *.o *.e *.so *.pyf *.pyc __pycache__
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