aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-18 15:32:05 -0400
committersotech117 <michael_foiani@brown.edu>2023-09-18 15:32:05 -0400
commitbc24590991cb27e8bd220fd6d0585e76f804601d (patch)
tree8a982cf0144dd8366aca84cf8027387403f51af2 /Makefile
parent5236560176cfe8e4d06be4812719037937b7f4dc (diff)
good progress. basic num_station data going & listener udp port works
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1603f38..c47fa52 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,6 @@ client: client.c
$(CC) $(CFLAGS) -o snowcast_control client.c
new:
- $(CC) $(CFLAGS) -o test snowcast_server_concurrent.c \ No newline at end of file
+ $(CC) $(CFLAGS) -o s snowcast_server_concurrent.c
+ $(CC) $(CFLAGS) -o l listener.c
+ $(CC) $(CFLAGS) -o c client.c \ No newline at end of file