From d28b5eb2960e80d80e967a3f01ce70e1fa457808 Mon Sep 17 00:00:00 2001 From: cbdev Date: Fri, 17 May 2019 19:41:14 +0200 Subject: Split out websocket handling, HTTP header processing --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index a7a0b45..90716a0 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,8 @@ CFLAGS=-g -Wall -Wpedantic all: websocksy -websocksy: websocksy.c websocksy.h +websocksy: websocksy.c websocksy.h ws_proto.c + $(CC) $(CFLAGS) $< -o $@ clean: rm websocksy -- cgit v1.2.3