kst/cskel/README

27 lines
566 B
Plaintext
Raw Permalink Normal View History

2020-12-04 07:53:22 +00:00
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/