Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
flowspy
Commits
c15e41ac
Commit
c15e41ac
authored
Feb 01, 2013
by
Alexandros Kosiaris
Browse files
Change the name of the released file
parent
1aab8331
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c15e41ac
flowspytag
=
$(
shell
git describe
--abbrev
=
0
)
flowspyver
=
$(
shell
git describe
--abbrev
=
0 | egrep
-o
'([0-9]+\.
)
{1,10
}
[0-9]+'
)
flowspyver
=
$(
shell
git describe
--abbrev
=
0 | egrep
-o
'([0-9]+\.
)
{1,10
}
[0-9]+'
|
sed
-e
's/\./_/g'
)
name
=
$(
shell
basename
$(
shell
pwd
))
.PHONY
:
dist distclean
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment