boilermake icon indicating copy to clipboard operation
boilermake copied to clipboard

A reusable, but flexible, boilerplate Makefile.

Results 13 boilermake issues
Sort by recently updated
recently updated
newest added

added `.md` extension to REEDME so It shows properly in documentation tools

There should be a usage target, allowing you to show the user the various ways your project supports being built, similar to how getopt would work.

Hi there. First, thanks for sharing your work. And good job as for code clarity: it's very readable in spite of make syntax not being that easy. That said, I...

To satisfy the GPL I want to feed back updates I've made for use in my own projects in case you're interested. I added a special target EXECUTABLE_PER_SOURCE in which...

TGT_LDLIBDIRS can be use to specify directory containing the library. I mimicked the function of TGT_INCDIRS. With that in mind, it will get library from inside the project without full...

When building a project, some of which uses MPI, CC and CXX may need to be overridden. We don't really want to use the MPI compiler for everything, though, so...

Using mingw make run in cmd.exe provided by Atmel Studio on Windows 7 pro. > make -v > GNU Make 3.81 > Copyright (C) 2006 Free Software Foundation, Inc. >...

The following is a compilation output that I have seen today (I modified the paths manually): --- g++ -o /foo/bar/car/zar.o [...] [...] compilation terminated. Assembler messages: Fatal error: can't create...