Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,4 +1,4 @@
 Awesome C #
 Awesome C #
A curated list of C good stuff. This list contains only open source 13 
code (as defined by the linked Open Source Definition), and sellers who
@@ -145,8 +145,8 @@
 real-time systems. ISC ISC 
⟡ fast\_zlib 533 - Improved zlib, which runs 2 to 10 times faster.
 BSD-3-Clause BSD-3-Clause 
⟡ fastLZ 586 - Lightning-fast lossless compression library (LZ77 type). Embbedable on small target like ARM Cortex-M families. Source code directly embbedable on your project ( a pair of h/c files), no dynamic 
memory allocation. MIT MIT 
⟡ fastLZ 586 - Lightning-fast lossless compression library (LZ77 type). Embbedable on small target like ARM Cortex-M families. Source code directly embbedable on your project ( a pair of h/c
files), no dynamic memory allocation. MIT MIT 
⟡ huffandpuff 214 - Minimal Huffman encoder and decoder. Public domain.
⟡ libzip 587 - C library for reading, creating and modifying zip archives.
 BSD-3-Clause BSD-3-Clause