diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-09-23 07:08:28 -0400 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-09-23 07:08:28 -0400 |
| commit | d93da5af53d6beb9a2339839aa47fbbbbeafc208 (patch) | |
| tree | 7f9d2013845137979e0805b96585ae54f9cdb47f /Makefile | |
| parent | 2707112ffc0b0eed6af8271d32f94e1622203a80 (diff) | |
bitrate still low, but pass the no read from file test
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
