mbcrawfo /
GenericMakefile
A generic makefile for use with small/medium C and C++ projects.
85/100 healthLoading repository data…
Cheedoong / repository
A Generic Makefile Template for C/C++ Programs
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A Generic Makefile Template for C/C++ Projects
Makefile file to your program source code directory.<EXTRA_CFLAGS> and linker ones to <EXTRA_LIBS><SRCDIRS><PROGRAM>make to start building your program.The Makefile provides the following targets to make:
make # compile and link
make NODEP=yes # compile and link without generating dependencies
make objs # compile only (no linking)
make tags # create tags for Emacs editor
make ctags # create ctags for VI editor
make clean # clean objects and the executable file
make distclean # clean objects, the executable and dependencies
make help # get the usage of the makefile
Selected from shared topics, language and repository description—not editorial ratings.
mbcrawfo /
A generic makefile for use with small/medium C and C++ projects.
85/100 healthtomswartz07 /
Generic Makefile to build Arduino .ino sketches from the command line
78/100 healthpeddie /
A generic makefile template
31/100 healthDevSazal /
TS Lambda KIT - for making backend with TypeScript, NodeJS v18 & AWS SAM CLI 🎁 Use it to build your application quickly with a cool Architecture — Trying to provide generic functionality
39/100 healthfmilthaler /
This is a generic LaTeX template for dissertations (layout according to Imperial College London).
61/100 healthrepnz /
Generic Makefile Template with Automatic Dependency Generation
61/100 health