Skip to content

Commit

Permalink
change source of clone
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Feb 9, 2025
1 parent 264f356 commit 489928a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 489928a

Please sign in to comment.