mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Fix Makefile
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
cee8955ca5
commit
59273f734e
1 changed files with 4 additions and 3 deletions
7
Makefile
7
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue