Make from a single config file; Remove dist option
This commit is contained in:
@@ -25,7 +25,6 @@ rm logs/compile.log
|
||||
rm logs/compile.err.log
|
||||
compile() {
|
||||
cd $HOME/dotfiles/programs/$1
|
||||
sudo rm -rf config.h &> /dev/null
|
||||
sudo make clean install >> $HOME/dotfiles/logs/compile.log 2>> $HOME/dotfiles/logs/compile.err.log
|
||||
cd $HOME/dotfiles
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user