save
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user