This commit is contained in:
2025-11-05 09:25:02 -05:00
parent d32d48ab36
commit adedeb5b63
9 changed files with 397 additions and 706 deletions

View File

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