forked from Mirrors/freeswitch
add make version target
This commit is contained in:
parent
8ec031e7c9
commit
709e4fb28a
|
@ -585,6 +585,9 @@ libs/openzap/Makefile:
|
|||
cd libs/openzap && autoconf
|
||||
cd libs/openzap && ./configure
|
||||
|
||||
version:
|
||||
git log -1 | head -3
|
||||
|
||||
reinstall: modwipe uninstall install
|
||||
|
||||
update-clean: clean libs/openzap/Makefile python-reconf
|
||||
|
|
Loading…
Reference in New Issue