CC0 C project template
- Makefile 100%
| .gitignore | feat: add .gitignore | |
| config.mk | fix: add missing variables and templates | |
| CONTRIBUTING.md | doc: remove optional variable | |
| header | doc: rename file | |
| LICENSE | feat: add template files | |
| Makefile | fix: add missing variables and templates | |
| README.md | doc: change number to name | |
PROJECT
Overview
Installation
Requirements:
- POSIX-compliant Make
- C compiler with ISO/IEC 9899:1990 (C89) support
- C standard library with IEEE Std 1003.1-2001 (POSIX.1-2001) support
Build from source:
$ git clone https://codeberg.org/woohyun/PROJECT.git
$ cd PROJECT
$ make
$ make test
# make install
Note: the default installation path is /usr/local/ directory
Example
Documentation
License
PROJECT by Woohyun Joh is released into the public domain under CC0 1.0 Universal.
You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.