aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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