aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-23 21:35:45 +0000
committersotech117 <michael_foiani@brown.edu>2023-09-23 21:35:45 +0000
commit0b479a1e8b702cf90caa7705a4008352645bb0a7 (patch)
tree4dbbdc4e4890c6317ad917a033829750696f74b8 /Makefile
parentc30b8af62e9452c63f0b954f7ac36fd21ddf0fd1 (diff)
another makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 385b448..7fe5259 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ server:
client:
$(CC) $(CFLAGS) snowcast_control client.c
+ $(CC) $(CFLAGS) snowcast_listener listener.c
clean:
rm -f server client