Skip to content

Commit

Permalink
no more Makefiles (switch to dune)
Browse files Browse the repository at this point in the history
and moving unnecessary files out of the repo
  • Loading branch information
backtracking committed Sep 30, 2020
1 parent b30b2b9 commit 683356b
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 1,396 deletions.
26 changes: 0 additions & 26 deletions .gitignore
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
23 changes: 0 additions & 23 deletions META.in

This file was deleted.

12 changes: 12 additions & 0 deletions Makefile
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
Loading

0 comments on commit 683356b

Please sign in to comment.