diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-09-18 15:32:05 -0400 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-09-18 15:32:05 -0400 |
| commit | bc24590991cb27e8bd220fd6d0585e76f804601d (patch) | |
| tree | 8a982cf0144dd8366aca84cf8027387403f51af2 /Makefile | |
| parent | 5236560176cfe8e4d06be4812719037937b7f4dc (diff) | |
good progress. basic num_station data going & listener udp port works
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
