diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ CC = gcc AR = ar CFLAGS = -Wall -Wextra -fPIC -Iinclude/ -LIBNAME = chttp +LIBNAME = libchttp SOURCES = $(wildcard src/*.c) OBJECTS = $(SOURCES:.c=.o) |
![]() |
index : chttp | |
| A really simple http server in c |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 2 |
@@ -2,7 +2,7 @@ CC = gcc AR = ar CFLAGS = -Wall -Wextra -fPIC -Iinclude/ -LIBNAME = chttp +LIBNAME = libchttp SOURCES = $(wildcard src/*.c) OBJECTS = $(SOURCES:.c=.o) |