6 lines
62 B
Makefile
6 lines
62 B
Makefile
|
TESTDLL = bcrypt.dll
|
||
|
IMPORTS = user32
|
||
|
|
||
|
C_SRCS = \
|
||
|
bcrypt.c
|