This is the first commit that brings the privet dotfiles to a public reop previously this was all one puppet module. Now this has been split out so I can put all of the private files in a private puppet module
9 lines
109 B
Bash
9 lines
109 B
Bash
#
|
|
# Make alias for working with makefiles
|
|
#
|
|
#
|
|
|
|
alias m="make"
|
|
alias mi="make install"
|
|
alias mb="make build"
|
|
|