Skip to content

Commit

Permalink
Fix path in makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
muhuk committed Nov 23, 2020
1 parent 38dac2c commit b5db3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = "meshstats"
VERSION = $(shell ack "\"version\":\s*\((\d+),\s*(\d+)\)" src/__init__.py --output="\$$1.\$$2" --nocolor)
VERSION = $(shell ack "\"version\":\s*\((\d+),\s*(\d+)\)" meshstats/__init__.py --output="\$$1.\$$2" --nocolor)
PACKAGE_NAME = $(NAME)-$(VERSION)

SOURCE_DIR = $(NAME)
Expand Down

0 comments on commit b5db3e1

Please sign in to comment.