summaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-23 20:34:55 -0500
committerGitHub <noreply@github.com>2025-11-23 20:34:55 -0500
commit85765f403b957d40fea92d3bc271eed3911187e4 (patch)
tree0fdeb080c08113558b6550cf06b81ba67d9c9348 /GNUmakefile
parent28e3d9b250a11cc1167683e6388d8cca715bb593 (diff)
parent64b8a6bf04095d80b1ca52415ea954b933f47098 (diff)
Merge pull request #10 from nekernel-org/dev
feat! breaking changes, merging to stable.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bcdc8e9..c0bc97f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,9 +6,9 @@
SUDO=sudo
GCC=clang++
GCC_MINGW=x86_64-w64-mingw32-g++
-CXXFLAGS=-I./dev -I./vendor
+CXXFLAGS=-I./include -I./vendor
CXXSTD= -std=c++20
-SRC=$(wildcard dev/cli/*.cc) $(wildcard dev/src/*.cc)
+SRC=$(wildcard src/cli/*.cc) $(wildcard src/lib/*.cc)
OUT=nebuild
CP=cp