Skip to content

Commit dc7ce65

Browse files
committed
Make some more updates to build
1 parent b7bf8c8 commit dc7ce65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $(VENV)/.setup.touch: $(REQUIREMENTS) | $(VENV)
7474
$(VENV)/bin/pip install -r $< && touch $@
7575

7676
check: check_deps dist
77-
DIST_LOC=dist/x3f_tools-$(shell git describe --always --dirty --tag)-$(TARGET)/bin/x3f_extract$(EXE) $(BEHAVE)
77+
DIST_LOC=dist/x3f_tools-$(shell git describe --always --dirty --tags)-$(TARGET)/bin/x3f_extract$(EXE) $(BEHAVE)
7878

7979
clean_deps:
8080
rm -rf $(VENV)

src/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $(BINDIR):
118118
# -----------------------------------------------------------
119119

120120
NAME = x3f_tools
121-
VER := $(shell git describe --always --dirty --tag)
121+
VER := $(shell git describe --always --dirty --tags)
122122
DIST = $(NAME)-$(VER)-$(TARGET)
123123
DIST_DIR = ../dist/$(DIST)
124124
DIST_TGZ = ../dist/$(DIST).tar.gz

0 commit comments

Comments
 (0)