Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Kakadu <Kakadu@pm.me>
  • Loading branch information
Kakadu committed Sep 5, 2024
1 parent cee8955 commit 59273f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59273f7

Please sign in to comment.