An open API service indexing awesome lists of open source software.

https://github.com/ladsoft/omake

OMAKE gnu-like make utility
https://github.com/ladsoft/omake

make-tool windows

Last synced: 11 months ago
JSON representation

OMAKE gnu-like make utility

Awesome Lists containing this project

README

          

OMAKE
=======

OMAKE make utility

Project Build Status:
[![Build status](https://ci.appveyor.com/api/projects/status/wjn8y1d8vihdd75o?svg=true)](https://ci.appveyor.com/project/LADSoft/omake)

OMAKE is a gnu-like make utility. It is part of the [Orange C](https://www.github.com/LADSoft/OrangeC) toolchain. It processes most aspects of the gnu make file format, and runs commands as needed to create some type of output, which is usually a program.

Source Code for OMAKE is released under the GNU General Public License version 3.

The [Appveyor CI](https://ci.appveyor.com/project/LADSoft/OMAKE) project for this repository builds a setup file after each checkin. It uses `OMAKE` to do this. The project can be built either by running OMAKE, or by using the VS2019 solution which is included.