summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2024-10-14 13:24:25 +0100
committerIan C <ianc@noddybox.co.uk>2024-10-14 13:24:25 +0100
commit1fc3fa1c3a68a8ee8439c2fec00cbb4c551ede0a (patch)
treec92638b6ddd83733737cbcaeaac9095c3b1a0918 /Makefile
parent186a37ab4b890e5d8d6310496abf47ac5ae30ae6 (diff)
Added proxy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..afa9d0a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+proxy: proxy.c
+ $(CC) -o proxy proxy.c -lpthread
+
+# set vim:noexpandtab