diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
