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