1
0
Fork 0
forked from fun/fun

Documentation update. No code changes. (0.26.5)

This commit is contained in:
Johannes Findeisen 2025-10-12 23:46:31 +02:00
commit d2295df273

View file

@ -46,7 +46,7 @@ cd fun
Build:
```bash
cmake -S . -B build -DFUN_DEBUG=OFF -DFUN_WITH_PCSC=OFF -DFUN_WITH_REPL=ON &&
cmake -S . -B build -DFUN_DEBUG=OFF -DFUN_WITH_PCSC=OFF -DFUN_WITH_REPL=ON
cmake --build build --target fun
```