diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-10-14 13:24:25 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-10-14 13:24:25 +0100 |
commit | 1fc3fa1c3a68a8ee8439c2fec00cbb4c551ede0a (patch) | |
tree | c92638b6ddd83733737cbcaeaac9095c3b1a0918 /Makefile | |
parent | 186a37ab4b890e5d8d6310496abf47ac5ae30ae6 (diff) |
Added proxy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
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 |