fmake

make any project just by typing `fmake`

commit 8225b5e0bc864a21b32535838d61facdd4c1e741
parent c7a6f92d6155cb29cac14260bd9b69baafe8f505
Author: Bharatvaj Hemanth <bharatvaj@getsh.org>
Date: Sat, 26 Nov 2022 03:09:51 +0530

Cleanup: Format README
1 file changed, 3 insertions(+), 7 deletions(-)
M
README
|
10
+++-------
diff --git a/README b/README
@@ -1,21 +1,17 @@
 fmake
 =====
-
 An attempt at saving developers time.
 
 fmake is a program that brings `make`s interface to almost any build system.
 
-See this |list.txt| for the number of build systems available.
-
-fmake refrains from reading the source files
+See below for the build systems currently supported
 
+fmake refrains from reading the source files.
 
-fmake "intelligently" knows what targets to build.
-These can be configured in the config.h file.
+fmake "intelligently" knows what targets to build. These can be configured in the config.h file.
 
 USAGE
 -----
-
 To avoid complexity, fmake does not fork any process to run the commands. It just prints out the right command.
 
 `make='$(fmake)'` This should be added in your .bash_profile, .zshrc for fmake to work.