make clean ## typically done before a new .configure is "made" make mrproper ## completely remove all config files, fresh & clean make config ## makes a .configure file make menuconfig ## gui front end, makes a .configure file make dep ## after .configure is made, this checks dependencies make bzImage ## builds kernel