Added features

Added: 
Project Overview TUI 
Build Cache / Dirty Detection
Post-Build Hooks
gbuild status
This commit is contained in:
Schmidt Peter
2026-05-23 21:03:54 +02:00
committed by GitHub
parent 351ce1b06e
commit 939232e72e
18 changed files with 2768 additions and 272 deletions
+4 -1
View File
@@ -4,7 +4,7 @@
CC = gcc
CFLAGS = -Wall -Wextra -O2 -Iinclude
LDLIBS_GBUILD = -lncurses
LDLIBS_GBUILD = -lncurses -lpthread
LDLIBS_GCONFIG =
# ---- package metadata --------------------------------------
@@ -29,7 +29,10 @@ COMMON_SRCS = src/config.c
GBUILD_SRCS = \
src/gbuild.c \
src/cache.c \
src/hooks.c \
src/git_ops.c \
src/index.c \
src/logger.c \
src/make_ops.c \
src/tui.c \