Our C project template, to fight blank page syndrome.
Dependencies:
libx11
:- debian:
sudo apt install libx11-dev
- ubuntu:
sudo apt install libx11-dev
- debian:
Compile:
git clone https://github.com/cicada-lang/c-modules
cd c-modules
make -j
make test
The compiled binary ./bin/app
is the command-line program.
make all # compile src/ files to lib/ and bin/
make run # compile and run the command-line program
make test # compile and run test
make clean # clean up compiled files
Inspirations:
Books:
To make a contribution, fork this project and create a pull request.
Please read the STYLE-GUIDE.md before you change the code.
Remember to add yourself to AUTHORS. Your line belongs to you, you can write a little introduction to yourself but not too long.