diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-30 08:06:09 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-30 08:06:09 +0100 |
| commit | 0760932c4532cdfcb15a68cbf5a16d0845d0e9f7 (patch) | |
| tree | 30fc43092eb552e7ce2a1d94cd3ecdfdbc874dcc /Makefile | |
| parent | 635401b6a71dd7466604f25a1591ba324125d133 (diff) | |
feat: Windows DLL support, descriptions support.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
