mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
8 lines
80 B
Makefile
8 lines
80 B
Makefile
MODULE = hh.exe
|
|
APPMODE = -mwindows
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
@MAKE_PROG_RULES@
|