repo/busybox/Makefile

11 lines
145 B
Makefile
Raw Normal View History

2021-06-28 18:11:43 +03:00
prepare:
git clone git://busybox.net/busybox.git
2021-06-28 18:55:53 +03:00
cd busybox
2021-06-28 18:11:43 +03:00
busybox:
2021-06-28 18:55:53 +03:00
make defconfig
2021-06-28 18:11:43 +03:00
make
install:
make install
2021-06-28 18:55:53 +03:00
uninstall:
make uninstall