From bc24590991cb27e8bd220fd6d0585e76f804601d Mon Sep 17 00:00:00 2001 From: sotech117 Date: Mon, 18 Sep 2023 15:32:05 -0400 Subject: good progress. basic num_station data going & listener udp port works --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1603f38..c47fa52 100644 --- a/Makefile +++ b/Makefile @@ -13,4 +13,6 @@ client: client.c $(CC) $(CFLAGS) -o snowcast_control client.c new: - $(CC) $(CFLAGS) -o test snowcast_server_concurrent.c \ No newline at end of file + $(CC) $(CFLAGS) -o s snowcast_server_concurrent.c + $(CC) $(CFLAGS) -o l listener.c + $(CC) $(CFLAGS) -o c client.c \ No newline at end of file -- cgit v1.2.3-70-g09d2