From 0b479a1e8b702cf90caa7705a4008352645bb0a7 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Sat, 23 Sep 2023 21:35:45 +0000 Subject: another makefile --- Makefile | 1 + snowcast_control | Bin 34893 -> 14416 bytes snowcast_listener | Bin 19120 -> 13656 bytes snowcast_server | Bin 54188 -> 28720 bytes 4 files changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 385b448..7fe5259 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ server: client: $(CC) $(CFLAGS) snowcast_control client.c + $(CC) $(CFLAGS) snowcast_listener listener.c clean: rm -f server client diff --git a/snowcast_control b/snowcast_control index 3496363..a934032 100755 Binary files a/snowcast_control and b/snowcast_control differ diff --git a/snowcast_listener b/snowcast_listener index 3e47e13..f27a5c1 100755 Binary files a/snowcast_listener and b/snowcast_listener differ diff --git a/snowcast_server b/snowcast_server index 07eb48c..c99b1c2 100755 Binary files a/snowcast_server and b/snowcast_server differ -- cgit v1.2.3-70-g09d2