aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 39097f3..87f0571 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ dev-setup:
@cp build/compile_commands.json .
build-dev: build-source dev-setup
+ cd build && cmake --install . --prefix "${PREFIX}"
build:
RELEASE=1 make build-source LUA_PREFIX="${PREFIX}/lua"