repo/busybox/Makefile
2021-06-28 17:55:53 +02:00

10 lines
145 B
Makefile

prepare:
git clone git://busybox.net/busybox.git
cd busybox
busybox:
make defconfig
make
install:
make install
uninstall:
make uninstall