Skip to content

Commit

Permalink
fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gborough committed May 13, 2024
1 parent 3fb1f4d commit 3fa5a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
14 changes: 2 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
INSTALL_ARGS := $(if $(PREFIX),--prefix $(PREFIX),)

default:
build:
dune build

test:
dune runtest

install:
dune install $(INSTALL_ARGS)

uninstall:
dune uninstall $(INSTALL_ARGS)

reinstall: uninstall install

clean:
dune clean

.PHONY: default test install uninstall reinstall clean
.PHONY: build test clean
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
dune
re
(atdgen (>= 2.10.0))
; fix int64 JSON issue https://github.com/ahrefs/atd/issues/402
(atdgen-runtime (>= 2.12.0))
timedesc
(ppx_expect :with-test)
Expand Down

0 comments on commit 3fa5a29

Please sign in to comment.