I realized doing a git pull;make;make install created an unusable samba binary aka it doesn't start so I did a git pull;make clean;./configure.developer;make;make install am I doing this right? should I be using ./configure instead of ./configure.developer?