diff --git a/Makefile b/Makefile index aa2f557..1e5782a 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file +.PHONY: build test clean \ No newline at end of file diff --git a/dune-project b/dune-project index 679d495..993903a 100644 --- a/dune-project +++ b/dune-project @@ -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)