Skip to content

Commit

Permalink
Fix build instructions when using llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukner committed Aug 2, 2024
1 parent 635960d commit e531d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Simple C library for the MEGA65
~~~sh
cd mega65-libc
cmake -DCMAKE_PREFIX_PATH=$HOME/llvm-mos -B build
cd build
make
make test # if `xmega65` (Xemu) was in your path when running cmake
~~~
Expand Down

0 comments on commit e531d0e

Please sign in to comment.