From e1e736840ed8c925e2ff442861963250a72d4385 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 24 Oct 2017 13:08:15 +0200 Subject: Update sheet traversal --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bf896ac..ec420a0 100755 --- a/Makefile +++ b/Makefile @@ -30,8 +30,11 @@ native: stub doc: $(OCAMLBUILD) -pkgs $(PACKAGES) -menhir -Is $(PATHS) licht.docdir/index.html -test: stub - $(OCAMLBUILD) -pkgs $(PACKAGES),oUnit -cflag -g -lflag -g $(STUB_OPTIONS) $(MENHIR) -Is $(PATHS),tests,tests/odf test.byte -- +test.byte: stub + $(OCAMLBUILD) -pkgs $(PACKAGES),oUnit -cflag -g -lflag -g $(STUB_OPTIONS) $(MENHIR) -Is $(PATHS),tests,tests/odf $@ + +test: test.byte + ./test.byte relink: stub rm -f _build/main.native -- cgit v1.2.3