mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-11 18:54:11 +00:00
dc28b03f9d
* Cleanup the Makefile some * Fix compiler error * Fix compiler errors in tests * Fix problems on Linux * Add test_c_kzg_4844_cov to gitignore * Add back closing brace for cpp * Split clean rule into two lines * Not echo commands when running them * Allow other compilers to be used * Update comment * Only allow clang, actually
20 lines
240 B
Plaintext
20 lines
240 B
Plaintext
test_c_kzg_4844
|
|
test_c_kzg_4844_cov
|
|
coverage.html
|
|
*.profraw
|
|
*.profdata
|
|
*.o
|
|
*.s
|
|
*.a
|
|
*.out
|
|
inc/blst.h*
|
|
inc/blst_aux.h*
|
|
.vscode/
|
|
.idea/
|
|
*bindings/*/*.so
|
|
*bindings/rust/target
|
|
*bindings/csharp/*.exe
|
|
*bindings/csharp/*.dll
|
|
__pycache__
|
|
.DS_Store
|