diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-28 18:32:42 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-01-28 18:45:27 (GMT) |
| commit | 0917d5135d73afc567f601ae81da0606b59aac01 (patch) | |
| tree | 15d9385a93e7bdd044f32dc0f57e5eb1fc79a5dc /manifest/pinetime.py | |
| parent | c38e133d9184a24d55df4e92189166d68cbcbc2f (diff) | |
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.
Diffstat (limited to 'manifest/pinetime.py')
| -rw-r--r-- | manifest/pinetime.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest/pinetime.py b/manifest/pinetime.py new file mode 100644 index 0000000..54533eb --- /dev/null +++ b/manifest/pinetime.py @@ -0,0 +1,8 @@ +freeze_as_mpy('$(MPY_DIR)/../wasp', ( + 'main.py', + 'demo.py', + 'drivers/st7789.py', + 'logo.py', + 'pinetime.py' +)) + |
