mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
8 lines
75 B
Makefile
8 lines
75 B
Makefile
TESTDLL = wer.dll
|
|
IMPORTS = wer
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_TEST_RULES@
|