makefile: show v version at the end

pull/4529/head
yuyi 2020-04-21 00:16:15 +08:00 committed by GitHub
parent 7a03b18bfe
commit dbbb27ef8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ ifdef V_ALWAYS_CLEAN_TMP
$(MAKE) clean_tmp
endif
@echo "V has been successfully built"
@./v -version
clean: clean_tmp
git clean -xf