summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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: