mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
makefile: show v version at the end
This commit is contained in:
parent
7a03b18bfe
commit
dbbb27ef8f
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -61,6 +61,7 @@ ifdef V_ALWAYS_CLEAN_TMP
|
||||||
$(MAKE) clean_tmp
|
$(MAKE) clean_tmp
|
||||||
endif
|
endif
|
||||||
@echo "V has been successfully built"
|
@echo "V has been successfully built"
|
||||||
|
@./v -version
|
||||||
|
|
||||||
clean: clean_tmp
|
clean: clean_tmp
|
||||||
git clean -xf
|
git clean -xf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue