1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

makefile: show v version at the end

This commit is contained in:
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

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