repo/bash/Makefile

9 lines
135 B
Makefile
Raw Normal View History

2021-01-29 11:15:04 +02:00
prepare:
git clone https://git.savannah.gnu.org/git/bash.git && cd bash
bash:
make
install:
make install
uninstall:
make uninstall