Category "makefile"

make fails to build squid with openssl (deprecated functions used)

I'm trying to build squid with openssl, but fail because make threats warnings as errors An example: gadgets.h -> error 'void RSA_free(RSA*)' is deprecated;

bash completion of makefile target

Suppose I have a simple makefile like: hello: echo "hello world" bye: echo "bye bye" Then in bash I want something like: make h < tab > so