Quick makefile fix.
This commit is contained in:
parent
3f0133f57a
commit
7d8c78bf8e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue