diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-20 14:11:25 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-20 14:11:25 -0400 |
commit | eb54bfb53ea53390a6a3a830f304d674ff37cb99 (patch) | |
tree | 6f817527e56cb05ecf198b38e71d9a2e191d18ce /Makefile | |
parent | 263589f2c0de5b64f9da235ea6fdec8ea7c99c95 (diff) |
fix makefile for submission
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ server: $(CC) $(CFLAGS) snowcast_server server.c client: - $(CC) $(CFLAGS) snowcast_client client.c + $(CC) $(CFLAGS) snowcast_control client.c clean: rm -f server client
\ No newline at end of file |