aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-23 07:08:28 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-23 07:08:28 -0400
commitd93da5af53d6beb9a2339839aa47fbbbbeafc208 (patch)
tree7f9d2013845137979e0805b96585ae54f9cdb47f /Makefile
parent2707112ffc0b0eed6af8271d32f94e1622203a80 (diff)
bitrate still low, but pass the no read from file test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3aae1ce..7a0a8e1 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,7 @@ client:
# $(CC) $(CFLAGS) -o c client.c
clean:
- rm -fv snowcast_server snowcast_control snowcast_listener \ No newline at end of file
+ rm -fv snowcast_server snowcast_control snowcast_listener
+
+new:
+ $(CC) $(CFLAGS) -o snowcast_server new.c