Flutterby™! : Is there a modern C build system that

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

Is there a modern C build system that

2015-03-03 01:15:05.268883+00 by Dan Lyke 1 comments

Is there a modern C++ build system that doesn't suck? CMake seems nice, but then tries to assume way too much.

comments in ascending chronological order (reverse):

#Comment Re: Is there a modern C build system that made: 2015-03-03 20:19:39.274599+00 by: Mars Saxman

I've given up on fancy build systems, which are inevitably more work than they are worth. I just copy this script around and tweak it as needed for each new project:

https://github.com/marssaxman/ozette/blob/master/build.sh