1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-06 03:50:56 -07:00
moth/packages/radio/radio.mk

8 lines
140 B
Makefile

RADIO_PKGDIR = $(TARGET)/radio
radio-install:
mkdir -p $(RADIO_PKGDIR)
cp packages/radio/answers.txt $(RADIO_PKGDIR)
PACKAGES += radio