wykresy + poprawki makefile zgodne z cudami

This commit is contained in:
2016-11-30 16:39:54 +01:00
parent 17481a4b73
commit b1588973b7
4 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
macierz_omp: gauss_omp.cpp
g++ -O3 -fopenmp -Wall `pkg-config opencv --cflags --libs` -o gauss_omp gauss_omp.cpp
g++ -O3 -fopenmp -Wall -o gauss_omp gauss_omp.cpp `pkg-config opencv --cflags --libs`
clean:
rm -rf gauss_omp