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
7658f73b
Commit
7658f73b
authored
Feb 15, 2012
by
Leonidas Poulopoulos
Browse files
Merge branch 'master' of
https://code.grnet.gr/git/flowspy
parents
dbdc30ec
796ee84e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7658f73b
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]+'
)
name
=
$(
shell
basename
$(
shell
pwd
))
.PHONY
:
dist distclean
dist
:
git archive
--format
tar
--prefix
flowspy
-
$(flowspyver)
/
-o
flowspy
-
$(flowspyver)
.tar
$(flowspytag)
gzip
-f
flowspy
-
$(flowspyver)
.tar
git archive
--format
tar
--prefix
$(name)
-
$(flowspyver)
/
-o
$(name)
-
$(flowspyver)
.tar
$(flowspytag)
gzip
-f
$(name)
-
$(flowspyver)
.tar
distclean
:
@
rm
-f
*
tar.gz
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