Skip to content

Commit

Permalink
添加Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: blkart <[email protected]>
  • Loading branch information
blkart committed May 7, 2015
1 parent 5c875c0 commit 9763f0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project_name = eayunstack-tools
version = $(shell grep "Version" $(project_name).spec | awk '{print $$2}')

sources:
git archive --format=tar --prefix=$(project_name)-$(version)/ HEAD | gzip -9v > $(project_name)-$(version).tar.gz

0 comments on commit 9763f0b

Please sign in to comment.