wasp-os/manifest/pinetime.py
Daniel Thompson 0917d5135d Makefile: Switch to FROZEN_MANIFEST
This not only avoids the use of a deprecated feature but it also
makes it easier to decouple the wasp/ directory structure from
what actually gets copied to the target.
2020-01-28 18:45:27 +00:00

9 lines
130 B
Python

freeze_as_mpy('$(MPY_DIR)/../wasp', (
'main.py',
'demo.py',
'drivers/st7789.py',
'logo.py',
'pinetime.py'
))