tomswartz07 /
arduino-makefile
Generic Makefile to build Arduino .ino sketches from the command line
78/100 healthLoading repository data…
mbcrawfo / repository
A generic makefile for use with small/medium C and C++ projects.
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 for use with small/medium C and C++ projects. Allows for easy project setup without the need to create tedious build rules or dependency lists. The c directory contains a makefile configured for C, while the makefile in the cpp directory is configured for C++.
Tags should be made in the format vMAJOR.MINOR.PATCH[-description], where MAJOR, MINOR, and PATCH are numeric. The following macros will be generated and passed to the preprocessor:
VERSION_MAJOR (int) - The major version number from the most recent tag.VERSION_MINOR (int) - The minor version number from the most recent tag.VERSION_PATCH (int) - The patch version number from the most recent tag.VERSION_REVISION (int) - The number of commits since the most recent tag.VERSION_HASH (string) - The SHA of the current commit. Includes the "-dirty" suffix if there are uncommited changes.If the makefile is not used in a git repository, or is in a repository with no tags, the version macros are not created.
Selected from shared topics, language and repository description—not editorial ratings.
tomswartz07 /
Generic Makefile to build Arduino .ino sketches from the command line
78/100 healthCheedoong /
A Generic Makefile Template for C/C++ Programs
49/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