From 7d8c78bf8e1f071bfb177a7874cc4d9aba68f183 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 13 Oct 2015 16:47:46 -0400 Subject: [PATCH] Quick makefile fix. --- examples/histogram/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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