9 lines
119 B
Makefile
9 lines
119 B
Makefile
|
MODULE = tasklist.exe
|
||
|
APPMODE = -mconsole -municode
|
||
|
|
||
|
C_SRCS = tasklist.c
|
||
|
|
||
|
RC_SRCS = version.rc
|
||
|
|
||
|
@MAKE_PROG_RULES@
|