- Makefile with rules for compiling and linking .s, .S, .c, .cpp, and static/dynamic library
- Support kconfig + fixdep
- install/uninstall
- executable to
/usr/local/bin - static/shared library to
/usr/local/lib - library headers to
/usr/local/include
- executable to
To install fixdep/conf/mconf, just run sudo apt install flex bison libncurses-dev then run sudo make install in examples/fixdep-conf-mconf🤗
To download latest scripts into your project, just run this command:
wget -O fetch-scripts.sh https://raw.githubusercontent.com/Holence/C-Project-Template/refs/heads/main/fetch-scripts.sh && bash fetch-scripts.sh