aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-23 21:22:15 +0000
committersotech117 <michael_foiani@brown.edu>2023-09-23 21:22:15 +0000
commit1e9ac5407ef4f2cddc745f35f33a860446526cea (patch)
tree2f70a3b7683f796f57a95b37a4a36a9ae6d0208d /Makefile
parent5b5da5bf9564ad4c0dac692c9d93fc9479667ff0 (diff)
PASS ALL TESTS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7a0a8e1..a60df35 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,4 @@ client:
# $(CC) $(CFLAGS) -o c client.c
clean:
- rm -fv snowcast_server snowcast_control snowcast_listener
-
-new:
- $(CC) $(CFLAGS) -o snowcast_server new.c
+ rm -fv server client