Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/8dcc/c-template
Template repository for C projects
https://github.com/8dcc/c-template
Last synced: 4 days ago
JSON representation
Template repository for C projects
- Host: GitHub
- URL: https://github.com/8dcc/c-template
- Owner: 8dcc
- License: gpl-3.0
- Created: 2023-03-22T14:52:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T14:49:47.000Z (3 months ago)
- Last Synced: 2024-08-07T17:52:33.472Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: Title (WIP)
#+options: toc:nil
#+startup: showeverything
#+author: 8dcc#+begin_comment
*TODO*: Change project-name and title
*TODO*: Change output.out in Makefile
#+end_commentI am a short description.
This project was generated from a template, and the initial changes have not
been pushed yet.* Building
Clone the repository and build the project using =make=.
#+begin_src bash
git clone https://github.com/8dcc/project-name
cd project-name
make
# ...
#+end_src* Usage
For more information about the program, run it with the =--help= argument.
#+begin_src bash
./project-name.out --help
# ...
#+end_src