6 lines
76 B
Makefile
6 lines
76 B
Makefile
MODULE = findstr.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|