Skip to content
Snippets Groups Projects
Commit b569e0b0 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update Makefile

parent 84cc9fee
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
hello.x :
gcc -o hello.x hello.c
fibonacci.x :
gcc -o fibonacci.x fibonacci_openmp.c
all: hello.x fibonacci.x
clean:
rm *.x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment