diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-23 22:28:06 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-23 22:28:06 +0000 |
commit | bd86c56e2dba9db8ca4a3b1f6ab823f650ebcac1 (patch) | |
tree | 826cc2860ee9d8f081c5e8e63fc0ca784cb75e63 | |
parent | 61d649e615112c0c70cefce0e4489e041b8e3c75 (diff) |
redo make file again
-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 |