Skip to content

Commit

Permalink
Do not display test commands
Browse files Browse the repository at this point in the history
That's more pretty to not write the test command
  • Loading branch information
metal3d committed Oct 16, 2017
1 parent 68e78fb commit 20963cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ uninstall:

test:
@echo "Check if img2txt is installed"
which img2txt > /dev/null && echo -e "\033[32mOk\033[0m - you can use img2txt command to display images on window" || echo -e "\033[33mWarning\033[0m - You should install caca-utils or img2txt command"
@which img2txt > /dev/null && echo -e "\033[32mOk\033[0m - you can use img2txt command to display images on window" || echo -e "\033[33mWarning\033[0m - You should install caca-utils or img2txt command"

dist:
mkdir ./bashsimplecurses-$(VERSION)
Expand Down

0 comments on commit 20963cd

Please sign in to comment.