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 @@ | |||
| 1 | all: httpd | ||
| 2 | |||
| 3 | httpd: httpd.c | ||
| 4 | gcc httpd.c -o httpd | ||
| 5 | |||
| 6 | clean: | ||
| 7 | -rm httpd | ||
