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