Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 authored Feb 21, 2024
1 parent dd6c881 commit ac3b28a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Main features:
- [Tips and Tricks for Makefile](https://github.com/siemens-mobile-hacks/sdk#tips-and-tricks-for-makefile)
- [Advanced options for CMake](https://github.com/siemens-mobile-hacks/sdk#advanced-options-for-cmake)
- General examples
- [Hello World in C](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/hello-world-c), without libc
- [Hello World in C++](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/hello-world-cpp), without libc
- [Hello World in C](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/without-shared-libs), without **ANY** shared libs
- [Hello World in C](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/hello-world-c), without libc, with libcrt_helper.so
- [Hello World in C++](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/hello-world-cpp), without libc, with libcrt_helper.so
- [Example with libc + libm](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/example-libc-libm)
- [Canvas](https://github.com/siemens-mobile-hacks/elfs-examples/tree/master/canvas)

Expand Down

0 comments on commit ac3b28a

Please sign in to comment.