Implement make dist target
Add dist target to create project tarball. It uses a script called version, that was obtained from vpp source code to produce a version string using `git describe` that is incremental based on last annotated tag available.
This commit is contained in:
parent
3dd4903f88
commit
e7b1c0c38c
4 changed files with 90 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -43,3 +43,5 @@ include/clixon_config.h
|
|||
|
||||
lib/src/build.c
|
||||
lib/clixon/clixon.h
|
||||
|
||||
build-root/*.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue