6 lines
61 B
Makefile
6 lines
61 B
Makefile
MODULE = hh.exe
|
|
APPMODE = -mwindows
|
|
|
|
C_SRCS = \
|
|
main.c
|