summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-30 08:06:09 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-30 08:06:09 +0100
commit0760932c4532cdfcb15a68cbf5a16d0845d0e9f7 (patch)
tree30fc43092eb552e7ce2a1d94cd3ecdfdbc874dcc /Makefile
parent635401b6a71dd7466604f25a1591ba324125d133 (diff)
feat: Windows DLL support, descriptions support.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4ae84d5..525b195 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,12 @@
# // ============================================================= //
# // NeBuild
-# // Copyright (C) 2024-2025, Amlal El Mahrouss and NeKernel Authors, licensed under BSD-3 license.
+# // Copyright (C) 2024-2026, Amlal El Mahrouss and NeKernel Authors, licensed under BSD-3 license.
# // ============================================================= //
SUDO=sudo
GCC=clang++
GCC_MINGW=x86_64-w64-mingw32-g++
-CXXFLAGS=-I./include -I./vendor -lNeBuildKit
+CXXFLAGS=-I./include -L/usr/local/lib -I./vendor -lNeBuildKit
CXXSTD= -std=c++20
SRC=$(wildcard src/cli/*.cc)
OUT=nebuild