Mentions légales du service

Skip to content
Snippets Groups Projects
Commit aa0d1cf6 authored by POTTIER Francois's avatar POTTIER Francois
Browse files

Make the Makefile more silent.

parent ea3c6775
No related branches found
No related tags found
No related merge requests found
......@@ -17,25 +17,25 @@ ARCHIVE := $(REPO)/repository/$(DATE)/archive.tar.gz
.PHONY: all
all:
dune build @all
@ dune build @all
.PHONY: install
install:
dune build -p $(THIS)
dune install -p $(THIS)
@ dune build -p $(THIS)
@ dune install -p $(THIS)
.PHONY: clean
clean:
rm -f *~ src/*~
dune clean
@ rm -f *~ src/*~ dune-workspace.versions
@ dune clean
.PHONY: test
test:
dune runtest
@ dune runtest
.PHONY: uninstall
uninstall:
ocamlfind remove $(THIS) || true
@ ocamlfind remove $(THIS) || true
.PHONY: reinstall
reinstall: uninstall
......@@ -47,11 +47,11 @@ show: reinstall
.PHONY: pin
pin:
opam pin add $(THIS) .
@ opam pin add $(THIS) .
.PHONY: unpin
unpin:
opam pin remove $(THIS)
@ opam pin remove $(THIS)
# This requires a version of headache that supports UTF-8; please use
# https://github.com/fpottier/headache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment