6 lines
73 B
Makefile
6 lines
73 B
Makefile
MODULE = wusa.exe
|
|
APPMODE = -mconsole -municode
|
|
|
|
C_SRCS = \
|
|
main.c
|