mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 04:20:39 -07:00
8 lines
140 B
Makefile
8 lines
140 B
Makefile
RADIO_PKGDIR = $(TARGET)/radio
|
|
|
|
radio-install:
|
|
mkdir -p $(RADIO_PKGDIR)
|
|
cp packages/radio/answers.txt $(RADIO_PKGDIR)
|
|
|
|
PACKAGES += radio
|
|
|