10 lines
180 B
Makefile
10 lines
180 B
Makefile
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
include ./busybox.mk
|
||
|
|
||
|
source: busybox-source
|
||
|
prepare: $(BUSYBOX_DIR)/.unpacked
|
||
|
compile: $(BUSYBOX_DIR)/busybox
|
||
|
install: busybox
|
||
|
clean: busybox-dirclean
|