diff --git a/.gitignore b/.gitignore index 45a84db635c10ec0c2a89e2f729d3661e639ee6b..83f2ca8b9321c10313255eec9e22507be1f166b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.html chaoui/* +EDdA-explorer/* diff --git a/Makefile b/Makefile index 682f9e324e29d8c9c9b60ef431d2170b139be447..92ed012eefa57a3e5a7ca7cfa29f10b4cdb6cfb5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SRC = index.md -TARGETS = $(SRC:%.md=%.html) chaoui/ +TARGETS = $(SRC:%.md=%.html) chaoui/ EDdA-explorer/ HOST = connect.liris.cnrs.fr all: $(TARGETS)