Skip to content

Commit f7764e6

Browse files
authored
MandelbrotOMP: fix in executable name (oneapi-src#472)
1 parent ffe0878 commit f7764e6

File tree

1 file changed

+1
-1
lines changed
  • DirectProgramming/C++/CombinationalLogic/MandelbrotOMP

1 file changed

+1
-1
lines changed

DirectProgramming/C++/CombinationalLogic/MandelbrotOMP/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ifdef perf_num
2121
EXTRA_CFLAGS += -D PERF_NUM
2222
endif
2323

24-
TARGET := $(BUILDDIR)/MergeSort
24+
TARGET := $(BUILDDIR)/Mandelbrot
2525

2626
icpc: $(TARGET)
2727

0 commit comments

Comments
 (0)