1
0
Fork
You've already forked template
0
CC0 C project template
  • Makefile 100%
2026年05月12日 14:34:03 +09:00
.gitignore feat: add .gitignore 2026年05月12日 14:34:03 +09:00
config.mk fix: add missing variables and templates 2026年04月29日 11:54:35 +09:00
CONTRIBUTING.md doc: remove optional variable 2026年04月02日 15:31:36 +09:00
header doc: rename file 2026年04月01日 14:44:42 +09:00
LICENSE feat: add template files 2026年03月22日 23:49:36 +09:00
Makefile fix: add missing variables and templates 2026年04月29日 11:54:35 +09:00
README.md doc: change number to name 2026年04月01日 14:45:55 +09:00

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.