diff --git a/examples/histogram/GNUmakefile b/examples/histogram/GNUmakefile index 132fa243..5925ca51 100644 --- a/examples/histogram/GNUmakefile +++ b/examples/histogram/GNUmakefile @@ -5,7 +5,7 @@ OUT = histogram ifeq ($(OS),windows) linkto = ../../out/new.dll CC = i686-w64-mingw32-gcc -OUT = controlgallery.exe +OUT = histogram.exe else ifeq ($(OS),darwin) linkto = ../../out/new.dylib