diff options
Diffstat (limited to 'c-httpd/Makefile')
| -rw-r--r-- | c-httpd/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/c-httpd/Makefile b/c-httpd/Makefile new file mode 100644 index 0000000..0b90a47 --- /dev/null +++ b/c-httpd/Makefile @@ -0,0 +1,7 @@ +all: httpd + +httpd: httpd.c + gcc httpd.c -o httpd + +clean: + -rm httpd |
