> Command line variables are done later, so you can do things like: > > INSTDIR=/tmp # safe default in case user forgot to pass one > > in the makefile and then run > > "make install INSTDIR=/opt" But I could do that with INSTDIR?=/tmp in the Makefile.