From 59273f734e44022dfb3e76bc0b3c96da28d97a8b Mon Sep 17 00:00:00 2001 From: Kakadu Date: Thu, 5 Sep 2024 19:36:55 +0300 Subject: [PATCH] Fix Makefile Signed-off-by: Kakadu --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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