nuttx-apps/examples/hello_nim
Lee Lup Yuen 16bca8b568 examples/hello_nim: Fix nimcache location
The Nim Example App fails to build because the `.nimcache` is located 2 folders up. This PR fixes the location of `.nimcache` in the `Makefile` of the Nim Example App.

`.nimcache` is explained in this article: https://lupyuen.github.io/articles/nim#inside-nim-on-nuttx
2024-01-02 09:52:54 -08:00
..
.gitignore add "hello_nim" example application written by Nim. 2023-02-27 10:15:33 +01:00
hello_nim_async.nim add "hello_nim" example application written by Nim. 2023-02-27 10:15:33 +01:00
hello_nim_main.c add "hello_nim" example application written by Nim. 2023-02-27 10:15:33 +01:00
Kconfig add "hello_nim" example application written by Nim. 2023-02-27 10:15:33 +01:00
Make.defs add "hello_nim" example application written by Nim. 2023-02-27 10:15:33 +01:00
Makefile examples/hello_nim: Fix nimcache location 2024-01-02 09:52:54 -08:00