6 lines
64 B
Makefile
6 lines
64 B
Makefile
|
TESTDLL = ncrypt.dll
|
||
|
IMPORTS = ncrypt
|
||
|
|
||
|
C_SRCS = \
|
||
|
ncrypt.c
|