1
- Rules:
2
- * compile - Compiles the project.
3
- * package - Creates archived package of compiled classes.
4
- WARNING: The project needs to be compiled first!
5
- * clean - Cleans all of compiled classes and created jar.
6
- * cleanbin - Cleans all compiled class files only.
7
- * check-verbose - Checks the verbose status.
8
- * usage - Prints the example usages for building the project.
9
- * build-docs - Builds the HTML pages of JMatrix's javadocs.
1
+ [1mUsage:[0m
2
+ $ make [rules] [...] [options] [...]
3
+ $ make [rules] [VERBOSE[=<bool>] | INCLUDE-SRC[=<bool>]]
4
+ $ make [rules] [LINT[=<bool>] | FLAGS[=<flags>]]
10
5
11
- Additional Options:
6
+ [1mRules:[0m
7
+ * [1mcompile[0m - Compiles the project.
8
+ * [1mpackage[0m - Creates archived package of compiled classes.
9
+ WARNING: The project needs to be compiled first!
10
+ * [1mclean[0m - Cleans all of compiled classes and created jar.
11
+ * [1mcleanbin[0m - Cleans all compiled class files only.
12
+ * [1mcleandocs[0m - Cleans all generated HTML documentations only.
13
+ * [1mcheck-verbose[0m - Checks the verbose status.
14
+ * [1musage[0m - Prints the example usages for building the project.
15
+ * [1mbuild-docs[0m - Builds the HTML pages of JMatrix's javadocs.
16
+
17
+ [1mAdditional Options:[0m
12
18
- Activating verbose output
13
19
14
20
$ export VERBOSE=true && make [rules]
@@ -32,18 +38,13 @@ Additional Options:
32
38
33
39
$ make compile FLAGS[=<flags>]
34
40
35
- Usage:
36
- $ make [rules] [...] [arguments]
37
- $ make [rules] [VERBOSE[=<bool>] | INCLUDE-SRC[=<bool>]]
38
- $ make [rules] (LINT[=<bool>] | FLAGS[=<flags>])
39
-
40
- Tips:
41
+ [1mTips:[0m
41
42
- Combine the rules; `Make` can understand multiple rules.
42
43
Except for `build-docs` rule, it should be built as a standalone rule.
43
44
44
- Issues:
45
+ [1mIssues:[0m
45
46
Report any issues or suggestions, and help improve JMatrix.
46
47
<https://github.com/mitsuki31/jmatrix/issues/new>
47
48
48
- Author:
49
+ [1mAuthor:[0m
49
50
Ryuu Mitsuki
0 commit comments