mirror of https://github.com/dirtbags/moth.git
9 lines
133 B
Makefile
9 lines
133 B
Makefile
|
HOST_PKGDIR = $(TARGET)/host
|
||
|
|
||
|
host-install:
|
||
|
mkdir -p $(HOST_PKGDIR)
|
||
|
cp packages/host/answers.txt $(HOST_PKGDIR)
|
||
|
|
||
|
PACKAGES += host
|
||
|
|