We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dc25a commit 84bdb68Copy full SHA for 84bdb68
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
-OK := "\033[1;32m ✓ \033[0m"
2
-PASS := "\033[0;33m ✓ \033[0m"
3
-WORKING := "\033[0;32m[⚙] \033[0m"
4
-OPTIONS := "\033[0;36m[ℹ] \033[0m"
+OK := "$$(tput setaf 2) ✓ $$(tput sgr0)"
+PASS := "$$(tput setaf 3) ✓ $$(tput sgr0)"
+WORKING := "$$(tput setaf 5)[⚙] $$(tput sgr0)"
+OPTIONS := "$$(tput setaf 6)[ℹ] $$(tput sgr0)"
5
COUNTRY_TEMPLATE := openfisca_country_template
6
EXTENSION_TEMPLATE := openfisca_extension_template
7
PYTHON_PACKAGES_PATH := $(shell python -c "import sysconfig; print(sysconfig.get_paths()[\"purelib\"])")
0 commit comments