romkatv / gitstatus

Git status for Bash and Zsh prompt
GNU General Public License v3.0
1.65k stars 101 forks source link

Improved Makefile #401

Closed criadoperez closed 11 months ago

criadoperez commented 11 months ago

Two improvements on Makefile:

Note that default behavior of command make has not changed, and will still default to make all, instead of the more common make help. This is done on purpose not to change the behavior of the command.

romkatv commented 11 months ago

Thanks!

I merged make help but not the explicit check for $(CXX). I find the original (without the explicit check) error message and the error code more appropriate and informative. Consistency is nice, too (there are no checks for mkdir or zsh).

criadoperez commented 11 months ago

Makes sense. Thanks.