mirror of
https://github.com/reactos/wine.git
synced 2024-12-14 23:29:44 +00:00
8 lines
86 B
Makefile
8 lines
86 B
Makefile
TESTDLL = lz32.dll
|
|
IMPORTS = lz32
|
|
|
|
C_SRCS = \
|
|
lzexpand_main.c
|
|
|
|
@MAKE_TEST_RULES@
|