David Blume commited on 2015-11-07 23:18:48
Showing 1 changed files, with 5 additions and 1 deletions.
... | ... |
@@ -1,11 +1,15 @@ |
1 | 1 |
This is a test project. You can do anything here. |
2 | 2 |
|
3 |
+You can clone from the origin with: |
|
4 |
+ |
|
5 |
+$git clone ssh://USERNAME@dlma.com/~/git/testcode.git |
|
6 |
+ |
|
3 | 7 |
CURRENT FEATURES |
4 | 8 |
|
5 | 9 |
* Multiple directories for testing build systems and IDEs |
6 | 10 |
* "make" essentially works. |
7 |
-* There's a |
|
8 | 11 |
|
9 | 12 |
TODO: |
10 | 13 |
|
11 | 14 |
* Compare make vs. cmake vs. autotools |
15 |
+* Experiment with ctags generation |
|
12 | 16 |