aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-23 21:35:45 +0000
committersotech117 <michael_foiani@brown.edu>2023-09-23 21:35:45 +0000
commit0b479a1e8b702cf90caa7705a4008352645bb0a7 (patch)
tree4dbbdc4e4890c6317ad917a033829750696f74b8
parentc30b8af62e9452c63f0b954f7ac36fd21ddf0fd1 (diff)
another makefile
-rw-r--r--Makefile1
-rwxr-xr-xsnowcast_controlbin34893 -> 14416 bytes
-rwxr-xr-xsnowcast_listenerbin19120 -> 13656 bytes
-rwxr-xr-xsnowcast_serverbin54188 -> 28720 bytes
4 files changed, 1 insertions, 0 deletions
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
--- a/snowcast_control
+++ b/snowcast_control
Binary files differ
diff --git a/snowcast_listener b/snowcast_listener
index 3e47e13..f27a5c1 100755
--- a/snowcast_listener
+++ b/snowcast_listener
Binary files differ
diff --git a/snowcast_server b/snowcast_server
index 07eb48c..c99b1c2 100755
--- a/snowcast_server
+++ b/snowcast_server
Binary files differ