initial commit

This commit is contained in:
2025-03-31 04:12:41 -05:00
commit 961e0472f5
13 changed files with 614 additions and 0 deletions

8
config.mk Normal file
View File

@@ -0,0 +1,8 @@
PKG_CONFIG = pkg-config
CC = cc
VERSION = 0.1
# flags and incs
INCLUDES = -I./lib/log.c/src
PKGS =
CFLAGS = -DVERSION=\"$(VERSION)\" $(INCLUDES) -DLOG_USE_COLOR -Wall -Og -g -lm