summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-22 06:15:05 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-22 06:15:05 +0100
commit53c1fbfa2a394d5435f8a3a8c0a6dbfd62adc33b (patch)
treeea7170093886c10a05cd9704a9e94802cfbffa6f /Makefile
parentac737b35c776f4e9304740cf138c3189ee4cd362 (diff)
chore: update copyright year.v0.1.0-developv0.1.0-develop-2026
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 0c285c1..7c79b23 100644
--- a/Makefile
+++ b/Makefile
@@ -15,12 +15,12 @@ CP=cp
.PHONY: build-nebuild
build-nebuild:
$(SUDO) $(GCC) $(CXXFLAGS) $(SRC) $(CXXSTD) -o $(OUT)
- @echo "=> NeBuild built successfully for POSIX."
+ @echo "=> Successfully built NeBuild for POSIX."
.PHONY: build-nebuild-windows
build-nebuild-windows:
$(GCC_MINGW) $(CXXFLAGS) $(SRC) -o $(OUT).exe
- @echo "=> NeBuild built successfully for Windows."
+ @echo "=> Successfully build NeBuild for Windows."
.PHONY: help
help: