Skip to content

Commit

Permalink
Make some more updates to build
Browse files Browse the repository at this point in the history
  • Loading branch information
rolkar committed Jul 15, 2015
1 parent b7bf8c8 commit dc7ce65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $(VENV)/.setup.touch: $(REQUIREMENTS) | $(VENV)
$(VENV)/bin/pip install -r $< && touch $@

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

clean_deps:
rm -rf $(VENV)
Expand Down
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ $(BINDIR):
# -----------------------------------------------------------

NAME = x3f_tools
VER := $(shell git describe --always --dirty --tag)
VER := $(shell git describe --always --dirty --tags)
DIST = $(NAME)-$(VER)-$(TARGET)
DIST_DIR = ../dist/$(DIST)
DIST_TGZ = ../dist/$(DIST).tar.gz
Expand Down

0 comments on commit dc7ce65

Please sign in to comment.