Fix Makefile

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2024-09-05 19:36:55 +03:00
parent cee8955ca5
commit 59273f734e

View file

@ -5,11 +5,12 @@ INSTALL ?= install -v
MKDIR ?= mkdir MKDIR ?= mkdir
BUILDDIR = _build BUILDDIR = _build
.DEFAULT_GOAL := build
all: build test
all: dune test regression build:
dune b src runtime runtime32 stdlib
build: dune b regression
install: all install: all
dune b @install --profile=release dune b @install --profile=release