RMake is a REBOL script used to build makefiles for projects.  Templates are
employed to build makefiles for different project types and platforms. 
Currently there is only one template (for Unix C/C++ projects).

The home page is at http://members.home.net/krobillard/rmake

RMake is a REBOL re-implementation of the Perl script 'tmake'. They are very
similar in usage and functionality.  It is interesting to note that tmake is
twice the size of rmake after comments and whitespace have been removed.
Tmake supports a few more options at this time, but even if these are
implemented rmake will still be significantly smaller.


-Karl Robillard

Reply via email to