David Blume commited on 2015-11-08 14:32:59
Showing 1 changed files, with 4 additions and 4 deletions.
... | ... |
@@ -3,7 +3,7 @@ |
3 | 3 |
This is just a test project. You can do anything here, test g++, make, cmake, |
4 | 4 |
git, cscope, and IDE projects. |
5 | 5 |
|
6 |
-# Getting the project |
|
6 |
+### Getting the project |
|
7 | 7 |
|
8 | 8 |
You can get a copy of this project by clicking on the |
9 | 9 |
[ZIP](http://git.dlma.com/testcode.git/zipball/master) |
... | ... |
@@ -14,16 +14,16 @@ You can clone from the origin with: |
14 | 14 |
|
15 | 15 |
git clone ssh://USERNAME@dlma.com/~/git/testcode.git |
16 | 16 |
|
17 |
-## Current Features |
|
17 |
+### Current Features |
|
18 | 18 |
|
19 | 19 |
* Multiple directories for testing build systems and IDEs |
20 | 20 |
* "make" essentially works. |
21 | 21 |
|
22 |
-## Is it any good? |
|
22 |
+### Is it any good? |
|
23 | 23 |
|
24 | 24 |
[Yes](https://news.ycombinator.com/item?id=3067434). |
25 | 25 |
|
26 |
-## To Do |
|
26 |
+### To Do |
|
27 | 27 |
|
28 | 28 |
* Compare make vs. cmake vs. autotools |
29 | 29 |
* Experiment with ctags generation |
30 | 30 |