https://github.com/8dcc/c-template
Template repository for C projects
https://github.com/8dcc/c-template
Last synced: 4 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T10:35:24.000Z (5 months ago)
- Last Synced: 2025-02-23T12:14:31.775Z (4 months ago)
- Language: Makefile
- Homepage:
- Size: 215 KB
- Stars: 2
- 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