about summary refs log tree commit diff stats
path: root/config.mk
diff options
context:
space:
mode:
authorlatex <latex@disroot.org>2023-02-06 17:31:43 +0100
committerlatex <latex@disroot.org>2023-02-06 17:31:43 +0100
commit5712693842c4271df63218f0aba5752e6cdfb940 (patch)
treeed7588bb8b371d36089964b8c016bcbc5967c28d /config.mk
parent81dc020a82cb14bf0af8e8d9c0dc98ce7d17ec6c (diff)
downloaduv_link_t-5712693842c4271df63218f0aba5752e6cdfb940.tar.gz
make install more configurable HEAD master
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 0a60311..9c9c9b1 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,8 @@
 ifeq ($(PREFIX),)
 PREFIX = /usr/local
 endif
+INCLUDEDIR = $(PREFIX)/include
+LIBDIR = $(PREFIX)/lib
 
 BUILD_DIR = build
 NAME = libuv_link_t