From a170ae3ac205675d86f1a564a51c54d0fbc2a380 Mon Sep 17 00:00:00 2001
From: cbdev <cb@cbcdn.com>
Date: Sat, 4 May 2019 18:30:23 +0200
Subject: Basic connection handling

---
 makefile | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 makefile

(limited to 'makefile')

diff --git a/makefile b/makefile
new file mode 100644
index 0000000..a7a0b45
--- /dev/null
+++ b/makefile
@@ -0,0 +1,8 @@
+CFLAGS=-g -Wall -Wpedantic
+
+all: websocksy
+
+websocksy: websocksy.c websocksy.h
+
+clean:
+	rm websocksy
-- 
cgit v1.2.3