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