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

Update makefile

parent 7e0a37a1
No related merge requests found
.PHONY: clean pythran .PHONY: clean
all: C pythran all: helloworld
C: helloworld:
gcc helloworld.c -o helloworld.e gcc helloworld.c -o helloworld.e
pythran:
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