Skip to content

Commit 12c88fa

Browse files
committed
makefile fix
1 parent 3594b41 commit 12c88fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212
pyinstaller indascope.spec --distpath='dist'
1313

1414
release:
15-
DATE = $(shell date +%Y.%m.%d)
15+
DATE=$(shell date +%Y.%m.%d)
1616
sed -i "s/__UNRELEASED_VERSION__/$(DATE)/g" indascope.py
1717
# make build
1818
sed -i "s/$(DATE)/__UNRELEASED_VERSION__1/g" indascope.py

0 commit comments

Comments
 (0)