Skip to content

Commit

Permalink
Cleaned up single machine code
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragkh committed Aug 26, 2015
1 parent 91a629b commit 94812d1
Show file tree
Hide file tree
Showing 73 changed files with 154 additions and 20,877 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake-modules)
# Builds all of Succinct's sub-modules
add_subdirectory(core)
add_subdirectory(thrift)
add_subdirectory(adaptive)
add_subdirectory(construct)
add_subdirectory(bench)

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ To clean-up build files, run:
```
./cleanup.sh
```

# Constructing datasets

TODO: Add description of how `construct` tool can be used.

# Starting Succinct as a Service

TODO: Add description of how `sbin/` scripts can be used.
59 changes: 0 additions & 59 deletions adaptive/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 94812d1

Please sign in to comment.