diff --git a/Makefile b/Makefile index 8e97ac50..52bb3bdb 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,8 @@ clean: rm -rf build test/lf/src-gen test/lf/bin docs: - mkdir -p platform - curl 'https://raw.githubusercontent.com/lf-lang/lf-riot-uc-template/refs/heads/main/README.md' > platform/riot.md - curl 'https://raw.githubusercontent.com/lf-lang/lf-zephyr-uc-template/refs/heads/main/README.md' > platform/zephyr.md - curl 'https://raw.githubusercontent.com/lf-lang/lf-pico-uc-template/refs/heads/main/README.md' > platform/pico.md + mkdir -p doc/markdown/platform + curl 'https://raw.githubusercontent.com/lf-lang/lf-riot-uc-template/refs/heads/main/README.md' > doc/markdown/platform/riot.md + curl 'https://raw.githubusercontent.com/lf-lang/lf-zephyr-uc-template/refs/heads/main/README.md' > doc/markdown/platform/zephyr.md + curl 'https://raw.githubusercontent.com/lf-lang/lf-pico-uc-template/refs/heads/main/README.md' > doc/markdown/platform/pico.md doxygen