This commit is contained in:
2025-08-17 22:40:22 -04:00
parent f92a896ca2
commit d4ce7f8c9a
20 changed files with 101 additions and 402 deletions

View File

@@ -15,7 +15,7 @@ else
all: build $(YAIT) $(YAIT_DOC)
build:
mkdir bin
mkdir -p bin
$(YAIT): $(YAIT_SRCS)
$(CC) $(CFLAGS) -Iinclude -DCOMMIT=$(shell git rev-list --count --all) $^ -o $@