Make demo program

This commit is contained in:
2024-11-02 15:55:57 +00:00
parent 18271a2988
commit c935279def
4 changed files with 58 additions and 1 deletions

2
README
View File

@@ -27,7 +27,7 @@ tests. I use Clang but the code is ISO C11, it should compile just
fine with GCC. You might need to faff with CMakeLists.txt to get it
to work with another compiler due to command-line flag nonsense.
scripts/build.sh # Compile library and tests
scripts/build.sh # Compile library, demo and tests
scripts/test.sh # Run tests
There is also an entr.sh script which will watch all the project's