diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-06 19:29:22 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-06 19:29:22 -0600 |
commit | 1cfb6ab2e16e0fa4d23ba036510c79c87988d696 (patch) | |
tree | c15ee663c91550581df359b62b372e84b18ed3fa | |
parent | 36b8e61a2b6bc86bda20aa595c3cd9d8e702cb12 (diff) |
remove NOTES
-rw-r--r-- | NOTES.org | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/NOTES.org b/NOTES.org deleted file mode 100644 index 798cf4d..0000000 --- a/NOTES.org +++ /dev/null @@ -1,28 +0,0 @@ - -* Major operations -** Compile -*** Code generation -*** Compilation/linking -*** App validation -** Clean -** ct testing -** eunit testing -** Installation -** Doc generation - -* Modes/File types -** Erlang -** Port driver -** NIF driver -** SNMP MIBs -** ASN.1 files - -* Misc. Notes -** Port/NIF driver compilation needs pre/post hook -** Need to support code generation for things like protobuf -** Need to support compilation flags - -* Contexts -** Application -** General -** Release ?! |