Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrbald/cxx-gmake-builder
Hierarchical non-recursive build system written in GNU Make
https://github.com/mrbald/cxx-gmake-builder
Last synced: about 1 month ago
JSON representation
Hierarchical non-recursive build system written in GNU Make
- Host: GitHub
- URL: https://github.com/mrbald/cxx-gmake-builder
- Owner: mrbald
- License: apache-2.0
- Created: 2014-02-09T15:01:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-21T09:37:26.000Z (about 8 years ago)
- Last Synced: 2024-10-13T16:06:48.230Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
C++ GNU Make Builder
=========Experimental build system written in GNU Make capable of building hierarchical project without recursion. An example of functional programming with macros in GNU Make.