diff options
author | David Walter Seikel | 2012-01-04 18:38:26 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 18:38:26 +1000 |
commit | a6feb6e87233c4208458dfdd508c970a73e80c26 (patch) | |
tree | 424d1b43720d0e8ba791a088f9d38601fc2a609f /libraries | |
parent | Actually write the README. (diff) | |
download | SledjHamr-a6feb6e87233c4208458dfdd508c970a73e80c26.zip SledjHamr-a6feb6e87233c4208458dfdd508c970a73e80c26.tar.gz SledjHamr-a6feb6e87233c4208458dfdd508c970a73e80c26.tar.bz2 SledjHamr-a6feb6e87233c4208458dfdd508c970a73e80c26.tar.xz |
Add the skeleton.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/README b/libraries/README new file mode 100644 index 0000000..fca7114 --- /dev/null +++ b/libraries/README | |||
@@ -0,0 +1,4 @@ | |||
1 | There are some base libraries that should be used in common. Notable | ||
2 | the Enlightenment Foundation Libraries. Other external open source | ||
3 | projects that we just use directly should go here to. Makes it easy to | ||
4 | compile it all. | ||