Makefile.in 87 Bytes
Newer Older
1 2 3 4 5 6 7
MODULE    = ping.exe
APPMODE   = -mconsole

C_SRCS = \
	ping_main.c

@MAKE_PROG_RULES@