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