Skip to content
Snippets Groups Projects
Commit 1b8eddcc authored by sen33's avatar sen33
Browse files

Add makefile for parallel

parent 6669bd13
Branches
No related merge requests found
all:
rm -f answer_paralel.txt
gcc -g -Wall -o src/main_paralel src/main_paralel.c -fopenmp
./src/main_paralel 6
clean:
rm -f answer_paralel.txt
\ No newline at end of file
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