fmake

make any project just by typing `fmake`

a5f165a - Bharatvaj Hemanth2024-09-18 02:01
Update README, create entry for config.h section
db492bf - Bharatvaj Hemanth2024-09-18 01:20
Update FAQ in README
4b0ddde - Bharatvaj Hemanth2024-09-03 01:35
Remove todo.txt
6e85efd - Bharatvaj Hemanth2024-09-03 01:21
Implement build chains
a3a7be4 - Bharatvaj Hemanth2024-08-27 08:09
Add support for windows for file, ext and dir methods
25f0c3f - Bharatvaj Hemanth2024-07-04 04:39
Add enum for describing file type: file, dir or ext
fdaf28d - Bharatvaj Hemanth2024-07-04 04:10
Add support for selecting build systems with exts
64a1c9c - Bharatvaj Hemanth2022-12-25 20:23
Merge pull request #1 from wael444/main
33e4203 - wael2022-12-22 10:52
mk:
53b6f21 - Bharatvaj Hemanth2022-11-29 20:49
Fix order of configure.ac and configure
740a473 - Bharatvaj Hemanth2022-11-29 20:13
Add support for configure.ac
f071180 - Bharatvaj Hemanth2022-11-28 09:17
Add default 'out' directory when there is no std
3199d8b - Bharatvaj Hemanth2022-11-26 15:14
Add LICENSE
1196688 - Bharatvaj Hemanth2022-11-26 14:17
Add support for build.ninja
df4bef9 - Bharatvaj Hemanth2022-11-26 04:06
Fix don't introduce preferred paths
d51d846 - Bharatvaj Hemanth2022-11-26 03:32
Fix crash when no supported maker file is found
4bb1265 - Bharatvaj Hemanth2022-11-26 03:11
Typo: Fix usage in README
8225b5e - Bharatvaj Hemanth2022-11-26 03:09
Cleanup: Format README
c7a6f92 - Bharatvaj Hemanth2022-11-26 03:03
Fix contents of README and rm list.txt
356ae29 - Bharatvaj Hemanth2022-11-26 02:48
Add support for Cargo.toml and setup.py
b980866 - Bharatvaj Hemanth2022-11-26 01:51
Default to `make` when project maker not found
0a97400 - Bharatvaj Hemanth2022-11-26 01:29
Pretty basic support for cmake default build
c6f0fbb - Bharatvaj Hemanth2022-11-25 23:24
Refactor fatmake to fmake
1a3efd7 - Bharatvaj Hemanth2022-11-25 21:44
Brave new world