mirror of
https://github.com/reactos/wine.git
synced 2024-12-13 14:26:40 +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@
|