6 lines
66 B
Makefile
6 lines
66 B
Makefile
MODULE = secedit.exe
|
|
APPMODE = -mconsole
|
|
|
|
C_SRCS = \
|
|
main.c
|