6 lines
72 B
Makefile
6 lines
72 B
Makefile
|
MODULE = icacls.exe
|
||
|
APPMODE = -mconsole
|
||
|
|
||
|
C_SRCS = \
|
||
|
icacls_main.c
|