adding cskel

This commit is contained in:
2020-12-03 23:53:22 -08:00
parent 3c1f1a204e
commit 77298444d6
4 changed files with 131 additions and 0 deletions

26
cskel/README Normal file
View File

@@ -0,0 +1,26 @@
cskel - skeleton files for new C projects
-----------------------------------------
cskel is a skeleton set of files that are useful when making a new C project.
What's included
---------------
I've got a config.sh and Makefile.in that are used to generate code that will
build properly on Linux.
Caveats
-------
This is intended for projects where the codebase resides in the project root,
i.e. not in a src/ directory. It also isn't set up to build libraries.
Author
------
Kyle Isom <coder@kyleisom.net>.
See also
--------
http://www.tyrfingr.is/cskel/