diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-23 21:35:45 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-23 21:35:45 +0000 |
commit | 0b479a1e8b702cf90caa7705a4008352645bb0a7 (patch) | |
tree | 4dbbdc4e4890c6317ad917a033829750696f74b8 | |
parent | c30b8af62e9452c63f0b954f7ac36fd21ddf0fd1 (diff) |
another makefile
-rw-r--r-- | Makefile | 1 | ||||
-rwxr-xr-x | snowcast_control | bin | 34893 -> 14416 bytes | |||
-rwxr-xr-x | snowcast_listener | bin | 19120 -> 13656 bytes | |||
-rwxr-xr-x | snowcast_server | bin | 54188 -> 28720 bytes |
4 files changed, 1 insertions, 0 deletions
@@ -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 Binary files differindex 3496363..a934032 100755 --- a/snowcast_control +++ b/snowcast_control diff --git a/snowcast_listener b/snowcast_listener Binary files differindex 3e47e13..f27a5c1 100755 --- a/snowcast_listener +++ b/snowcast_listener diff --git a/snowcast_server b/snowcast_server Binary files differindex 07eb48c..c99b1c2 100755 --- a/snowcast_server +++ b/snowcast_server |