repo/bash/Makefile

10 lines
153 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
2021-01-29 11:15:04 +02:00
bash:
make
install:
make install DESTDIR="${PREFIX}"
2021-01-29 11:15:04 +02:00
uninstall:
make uninstall