9 lines
135 B
Makefile
9 lines
135 B
Makefile
|
prepare:
|
||
|
git clone https://git.savannah.gnu.org/git/bash.git && cd bash
|
||
|
bash:
|
||
|
make
|
||
|
install:
|
||
|
make install
|
||
|
uninstall:
|
||
|
make uninstall
|