mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
8 lines
89 B
Makefile
8 lines
89 B
Makefile
MODULE = cacls.exe
|
|
APPMODE = -mconsole
|
|
|
|
C_SRCS = \
|
|
cacls_main.c
|
|
|
|
@MAKE_PROG_RULES@
|