fmake

make any project just by typing `fmake`
git clone git@getsh.org:fmake.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-09-17 20:31Update README, create entry for config.h sectionBharatvaj Hemanth1+27-5
2024-09-17 19:50Update FAQ in READMEBharatvaj Hemanth1+27-19
2024-09-02 20:05Remove todo.txtBharatvaj Hemanth1+0-21
2024-09-02 19:51Implement build chainsBharatvaj Hemanth5+310-131
2024-08-27 02:39Add support for windows for file, ext and dir methodsBharatvaj Hemanth7+251-116
2024-07-03 23:09Add enum for describing file type: file, dir or extBharatvaj Hemanth2+60-51
2024-07-03 22:40Add support for selecting build systems with extsBharatvaj Hemanth6+154-62
2022-12-25 14:53Merge pull request #1 from wael444/mainBharatvaj Hemanth2+11-13
2022-12-22 07:52mk:wael2+11-13
2022-11-29 15:19Fix order of configure.ac and configureBharatvaj Hemanth1+2-2
2022-11-29 14:43Add support for configure.acBharatvaj Hemanth2+5-2
2022-11-28 03:47Add default 'out' directory when there is no stdBharatvaj Hemanth2+5-1
2022-11-26 09:44Add LICENSEBharatvaj Hemanth1+7-0
2022-11-26 08:47Add support for build.ninjaBharatvaj Hemanth2+4-5
2022-11-25 22:36Fix don't introduce preferred pathsBharatvaj Hemanth1+1-1
2022-11-25 22:02Fix crash when no supported maker file is foundBharatvaj Hemanth2+6-10
2022-11-25 21:41Typo: Fix usage in READMEBharatvaj Hemanth1+1-1
2022-11-25 21:39Cleanup: Format READMEBharatvaj Hemanth1+3-7
2022-11-25 21:33Fix contents of README and rm list.txtBharatvaj Hemanth3+25-40
2022-11-25 21:18Add support for Cargo.toml and setup.pyBharatvaj Hemanth2+12-20
2022-11-25 20:21Default to `make` when project maker not foundBharatvaj Hemanth3+14-3
2022-11-25 19:59Pretty basic support for cmake default buildBharatvaj Hemanth5+20-7
2022-11-25 17:54Refactor fatmake to fmakeBharatvaj Hemanth8+118-45
2022-11-25 16:14Brave new worldBharatvaj Hemanth4+61-0