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
- Host: GitHub
- URL: https://github.com/ladsoft/omake
- Owner: LADSoft
- License: gpl-3.0
- Created: 2022-07-23T18:07:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T20:01:28.000Z (almost 3 years ago)
- Last Synced: 2023-08-12T03:34:17.352Z (almost 3 years ago)
- Topics: make-tool, windows
- Language: C++
- Homepage:
- Size: 2.14 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OMAKE
=======
OMAKE make utility
Project Build Status:
[](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.