6 lines
60 B
Makefile
6 lines
60 B
Makefile
|
TESTDLL = find.exe
|
||
|
IMPORTS = user32
|
||
|
|
||
|
C_SRCS = \
|
||
|
find.c
|