aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be4e159..1603f38 100644
--- a/Makefile
+++ b/Makefile
@@ -10,4 +10,7 @@ server: server.c
$(CC) $(CFLAGS) -o snowcast_server snowcast_server.c
client: client.c
- $(CC) $(CFLAGS) -o snowcast_control client.c \ No newline at end of file
+ $(CC) $(CFLAGS) -o snowcast_control client.c
+
+new:
+ $(CC) $(CFLAGS) -o test snowcast_server_concurrent.c \ No newline at end of file