Mercurial > ecos
diff packages/net/tcpip/current/tests/make.linux @ 147:d397fc472bcf
Merge from eCos master repository on 2001-01-05-06:43:02-GMT
| author | jlarmour |
|---|---|
| date | Fri, 05 Jan 2001 17:12:36 +0000 |
| parents | ced4577552cd |
| children |
line wrap: on
line diff
--- a/packages/net/tcpip/current/tests/make.linux +++ b/packages/net/tcpip/current/tests/make.linux @@ -5,7 +5,7 @@ CC = cc CFLAGS = -O2 -g -all: nc_test_master nc_test_slave tcp_source tcp_sink +all: nc_test_master nc_test_slave tcp_source tcp_sink linux_echo nc_test_master: nc_test_framework.h nc_test_master.c $(CC) -o $@ ${CFLAGS} nc_test_master.c @@ -19,3 +19,6 @@ tcp_source: tcp_source.c tcp_sink: tcp_sink.c $(CC) -o $@ ${CFLAGS} tcp_sink.c +linux_echo: linux_echo.c + $(CC) -o $@ ${CFLAGS} linux_echo.c +
