This repository was archived by the owner on Feb 16, 2026. It is now read-only.
This is a an addition release, since i felt that the latest version had too few features
Additions
FMake NET/1.1 comes with the most features of any update, here is a list of them:
- Better installation
- Structured Makefile
- Added FMakefile
- New keywords for the FMakefile
- If, elseif and else statements
- Add a "require" keyword to require a specific version of FMake
- Added a "new project" option to build a new project
Requirements
- go
- make or docker
- m4
- git or gh
Installation
To install, firstly clone the repo:
# git
git clone https://github.com/ElisStaaf/FMake fmake
# gh
gh repo clone ElisStaaf/FMake fmakeThen, build an executable using either make or docker:
# make
sudo make install
# docker
docker build fmake