CUDA 4.15 SDK common.mk fix The case of missing libcutil

The latest common.mk really likes cleaning! I’ve been missing libraries (e.g. libcutil) after running “make clean && make” on my code and SDK examples.

My fix was to remove this line from common.mk’s clean target:
$(VERBOSE)rm -rf $(LIBDIR)

Hope this helps someone!