aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3862de1..7826677 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ endif
ifneq ($(BUILD_WIN32),)
E = .exe
-SOURCES += randgen_win32.c
+SOURCES += randgen_win32.c winconsole.c
else
E =
SOURCES += randgen_unix.c