This commit is contained in:
2025-10-23 20:48:44 -04:00
parent 122ce49d23
commit 8da521f782
8 changed files with 29 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ OBJS := $(patsubst src/%.c,build/obj/%.o,$(SRCS))
BIN := bin/$(PACKAGE)
COMMIT := $(shell git rev-list --count --all)
FLAGS := -I. -DCOMMIT=$(COMMIT)
FLAGS := -I. -DCOMMIT=$(COMMIT) -DSHOW_TRACE --std=c23
VERSION := $(shell git describe --tags --always --dirty)
TARBALL := $(PACKAGE)-$(VERSION).tar.gz