Skip to content

Makefile with rules for compiling and linking .s, .S, .c, .cpp, and static/dynamic library, also support kconfig + fixdep, install/uninstall excutable/library/headers

Notifications You must be signed in to change notification settings

Holence/C-Project-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Project-Template

  • 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

Install

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

About

Makefile with rules for compiling and linking .s, .S, .c, .cpp, and static/dynamic library, also support kconfig + fixdep, install/uninstall excutable/library/headers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published