summaryrefslogtreecommitdiff
path: root/http_show/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-07-31 19:25:24 +0100
committerFreeArtMan <dos21h@gmail.com>2015-07-31 19:25:24 +0100
commit892dad5e3018ca1bd998c71ee32a72d725e92047 (patch)
tree773a2d8a8f0c5117d1070e5992da871d338bb1be /http_show/Makefile
parent932d320f4074563bba6544e6fa707dc9524d6c06 (diff)
downloadcode-snippets-892dad5e3018ca1bd998c71ee32a72d725e92047.tar.gz
code-snippets-892dad5e3018ca1bd998c71ee32a72d725e92047.zip
http_show showes http requests that comes on port 8081
Diffstat (limited to 'http_show/Makefile')
-rw-r--r--http_show/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/http_show/Makefile b/http_show/Makefile
new file mode 100644
index 0000000..f78dcc6
--- /dev/null
+++ b/http_show/Makefile
@@ -0,0 +1,2 @@
+make:
+ gcc http_show.c -o http_show \ No newline at end of file