earthly /
earthly
Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby.
87/100 healthLoading repository data…
LaurentTreguier / repository
A simple makefile for 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 simple makefile for C and C++ projects that should work on both Linux and Windows with Mingw. It uses seperate directories for sources and headers and recursively looks for every file inside, so that you don't have to specify rules for every file yourself in the makefile.
There are a few variables that can be changed in the first section of the makefile:
DIR_SRC, DIR_INC and DIR_OBJ are the names of the sources, headers and objects directoriesCOMPILER is the compiler you want to useEXT is the extension used by source filesTARGET is the name of the target executableCOMMONFLAGS, CFLAGS and CXXFLAGS contain C and C++ compiler flagsCOMMONLIBS, WIN32LIBS and LINUXLIBS contain library linker flags for Windows and Linuxmake init will create the sources, headers and objects directoriesmake will build the targetmake clean will purge the DIR_OBJ directory where object files and dependency files are storedmake foobar-depend will purge foobar's object and dependency files;
this is used when moving a file and rebuilding dependencies without having to recompile everythingSelected from shared topics, language and repository description—not editorial ratings.
earthly /
Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby.
87/100 healthroxma /
A handy makefile for simple C/C++ applications
46/100 healthourway /
A simple HTTP server for mostly static content written in C
bfansports /
Run and Test locally, Dist and Deploy online your AWS Lambda Python functions with a simple Makefile. Deploy, Stage and Test your API Gateway calls too!
48/100 healthpaulRbr /
Makefile to use as a simple interface for Ansible
64/100 healthc3d /
A simple makefile-based build system that I split from ELFE / XL
46/100 health