Add .gitignore and resolve simple TODOs

This commit is contained in:
2025-11-21 18:39:28 +01:00
parent 3c2ef70c66
commit 3f76d1827e
7 changed files with 65 additions and 21 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ chttp.c chttp.h: $(wildcard src/*.c src/*.h) misc/amalg.py Makefile
python misc/amalg.py
example: main.c chttp.c chttp.h
gcc main.c chttp.c -o example -Wfatal-errors
gcc main.c chttp.c -o example -Wfatal-errors -lws2_32
clean:
rm chttp.c chttp.h