From 0760932c4532cdfcb15a68cbf5a16d0845d0e9f7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 30 Jan 2026 08:06:09 +0100 Subject: feat: Windows DLL support, descriptions support. Signed-off-by: Amlal El Mahrouss --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3