5 lines
70 B
Makefile
5 lines
70 B
Makefile
|
MODULE = find.exe
|
||
|
APPMODE = -mconsole -municode
|
||
|
|
||
|
C_SRCS = find.c
|