commit 68f318f5909faf15e010788ae846e74da338caf1 parent 7594a187452e04af078627045908199cf8eac9d8 Author: Francesco Saccone <francesco@francescosaccone.com> Date: Mon, 31 Mar 2025 16:50:17 +0200 build: add file.c Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -2,7 +2,7 @@ include config.mk -SOURCES = main.c socket.c http.c utils.c +SOURCES = main.c socket.c http.c utils.c file.c hermes: $(SOURCES:.c=.o) $(CC) $(CFLAGS) -o $@ $^