7 lines
91 B
Makefile
7 lines
91 B
Makefile
|
MODULE = where.exe
|
||
|
|
||
|
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|