diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,4 +18,4 @@ client: # $(CC) $(CFLAGS) -o c client.c clean: - rm -fv server client + rm -fv snowcast_control snowcast_listener snowcast_server |
![]() |
index : snowcast-streamer.git | |
A multithreaded music streaming app (both server and client) in C using TCP for channel info and UDP for streaming. | mfoiani |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -18,4 +18,4 @@ client: # $(CC) $(CFLAGS) -o c client.c clean: - rm -fv server client + rm -fv snowcast_control snowcast_listener snowcast_server |