# # Make alias for working with makefiles # # alias m="make" alias mi="make install" alias mb="make build"