diff options
Diffstat (limited to 'http_show/Makefile')
-rw-r--r-- | http_show/Makefile | 2 |
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 |