mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-06 03:50:56 -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
|
|
|