Update README and move files to misc/

This commit is contained in:
2025-07-22 11:30:47 +02:00
parent b7d8b82ec0
commit ecf5bedc43
5 changed files with 16 additions and 21 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -I. -Wall -Wextra -O0 -g3 -DHTTPS_ENABLED
CFLAGS = -I. -Wall -Wextra -O0 -g3
LFLAGS =
AR = ar
@@ -39,7 +39,7 @@ all: chttp.c chttp.h examples lib
lib: $(STATIC_LIB)
chttp.c chttp.h: $(HFILES) $(CFILES)
python amalg.py
python misc/amalg.py
# Object files from source files
%.o: %.c $(HFILES)