diff --git a/makefile b/makefile new file mode 100644 index 0000000000000000000000000000000000000000..f2fb88e9a324c690f91e79185a8a846e640a1169 --- /dev/null +++ b/makefile @@ -0,0 +1,7 @@ +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