mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-09 05:20:54 -07:00
8 lines
132 B
Makefile
8 lines
132 B
Makefile
HOST_PKGDIR = $(TARGET)/host
|
|
|
|
host-install:
|
|
mkdir -p $(HOST_PKGDIR)
|
|
cp packages/host/tokens.txt $(HOST_PKGDIR)
|
|
|
|
PACKAGES += host
|
|
|