-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
and moving unnecessary files out of the repo
- Loading branch information
1 parent
b30b2b9
commit 683356b
Showing
14 changed files
with
12 additions
and
1,396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,6 @@ | ||
*.cm* | ||
*.annot | ||
*.o | ||
*.install | ||
.merlin | ||
/.depend | ||
/META | ||
/Makefile | ||
/autom4te.cache/ | ||
/config.log | ||
/config.status | ||
/configure | ||
/graph.a | ||
/src/dot_lexer.ml | ||
/src/dot_parser.ml | ||
/src/dot_parser.mli | ||
/src/dot_parser.output | ||
/src/gml.ml | ||
/www/index.en.html | ||
/www/index.fr.html | ||
/www/version.prehtml | ||
/bin/ | ||
/dgraph/dgraph.byte | ||
/dgraph/dgraph.opt | ||
/editor/editor.byte | ||
/editor/editor.opt | ||
/view_graph/viewgraph.byte | ||
/view_graph/viewgraph.opt | ||
/export | ||
_build | ||
graph.cmo | ||
doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
all: | ||
dune build | ||
|
||
test: | ||
dune runtest | ||
|
||
doc: | ||
dune build @doc | ||
|
||
clean: | ||
dune clean |
Oops, something went wrong.