diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-03-24 22:54:28 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-03-24 22:54:28 +0300 |
| commit | 17d88d9443e41f50daff5283a018a97d9c8a5a8e (patch) | |
| tree | 0cac579612125cf45ecdc3bc82d995d065799e3f /Makefile | |
| parent | 57801baf56024f0e209e850cf7a7ec1eb7377649 (diff) | |
Rename the libnamemain
Diffstat (limited to 'Makefile')
| -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) |
