Skip to content

Commit

Permalink
update references to jbuilder in Makefile and README
Browse files Browse the repository at this point in the history
  • Loading branch information
dpatti committed Jan 13, 2019
1 parent 7972dcf commit 68d33d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.PHONY: all build clean test

build:
jbuilder build --dev @install
dune build @install

all: build

test:
jbuilder runtest --dev
dune runtest

install:
jbuilder install
dune install

uninstall:
jbuilder uninstall
dune uninstall

clean:
rm -rf _build *.install
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ opam install --deps-only httpaf
After this, you may install a development version of the library using the
install command as usual.

Tests can be run via jbuilder:
Tests can be run via dune:

```bash
jbuilder runtest
dune runtest
```

## License
Expand Down

0 comments on commit 68d33d8

Please sign in to comment.