diff --git a/Makefile b/Makefile index 1fcd18921..65849b020 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,12 @@ INSTALL ?= install -v MKDIR ?= mkdir BUILDDIR = _build +.DEFAULT_GOAL := build +all: build test -all: dune test regression - -build: dune b regression +build: + dune b src runtime runtime32 stdlib install: all dune b @install --profile=release