8 lines
92 B
Makefile
8 lines
92 B
Makefile
|
MODULE = wusa.exe
|
||
|
APPMODE = -mconsole -municode
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|
||
|
|
||
|
@MAKE_PROG_RULES@
|