summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-23 19:39:08 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-23 19:39:08 +0100
commite549b5686cc1c1bfadf1f78beaf97c17597d9a50 (patch)
treea479f89ea5351aaba73ce99985ad6b65b2af1f9e
parent87e9042a7a6c5ab77c507c22e80d56c230748933 (diff)
chore: module and scripts improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rwxr-xr-xconfigure-gcc-n64.pl2
-rwxr-xr-xconfigure-mingw-n64.pl2
l---------libs1
-rw-r--r--scripts/libconf.pl (renamed from tools/libconf.pl)0
m---------src/nectar0
5 files changed, 3 insertions, 2 deletions
diff --git a/configure-gcc-n64.pl b/configure-gcc-n64.pl
index 1363c49..0f0f29c 100755
--- a/configure-gcc-n64.pl
+++ b/configure-gcc-n64.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-require './tools/libconf.pl';
+require './scripts/libconf.pl';
libconf->new();
diff --git a/configure-mingw-n64.pl b/configure-mingw-n64.pl
index 18eb96e..53b7a78 100755
--- a/configure-mingw-n64.pl
+++ b/configure-mingw-n64.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-require './tools/libconf.pl';
+require './scripts/libconf.pl';
libconf->new();
diff --git a/libs b/libs
new file mode 120000
index 0000000..e831038
--- /dev/null
+++ b/libs
@@ -0,0 +1 @@
+src \ No newline at end of file
diff --git a/tools/libconf.pl b/scripts/libconf.pl
index 1a1bc7e..1a1bc7e 100644
--- a/tools/libconf.pl
+++ b/scripts/libconf.pl
diff --git a/src/nectar b/src/nectar
-Subproject 075ec5e6b7f01f0e7dbfa4d79fde0c5030ee34d
+Subproject 2557c25fbfd07e2019dfa176297719e8870e850