makefiles and versioning update complete

This commit is contained in:
Dhanya Maliakal
2017-06-29 17:09:34 +02:00
parent e79827384a
commit 7afbd8f0f0
2 changed files with 49 additions and 20 deletions

View File

@ -69,6 +69,11 @@ ifeq ($(ROOTSLS),yes)
endif
define colorecho
@tput setaf 6
@echo $1
@tput sgr0
endef