auto commit 2

This commit is contained in:
SyntaxError
2025-12-28 03:24:48 -03:00
parent b323b053af
commit 5d071bcbfc
7 changed files with 184 additions and 48 deletions

View File

@@ -12,7 +12,10 @@ CFLAGS ?= -Wall -O2 -Iinclude
LIBS ?= -lcurl -ljansson
# Source and target
SRC = src/main.c
SRC = \
src/main.c \
src/info.c
BIN = neocities
# Detect Windows (MSYS2 / MinGW)