mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-24 07:45:12 -07:00
9 lines
146 B
Makefile
9 lines
146 B
Makefile
|
sandia-source:
|
||
|
sandia-build:
|
||
|
|
||
|
sandia-install: packages/sandia/tokens.txt
|
||
|
mkdir -p $(TARGET)/sandia/
|
||
|
cp $< $(TARGET)/sandia/
|
||
|
|
||
|
PACKAGES += sandia
|