diff --git a/.gitignore b/.gitignore index be26529..2a760af 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ notes # Build files and final binary /build -test \ No newline at end of file +hostdox \ No newline at end of file diff --git a/Makefile b/Makefile index 4c0da6a..11c1741 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TARGET_EXEC := test +TARGET_EXEC := hostdox BUILD_DIR := ./build SRC_DIRS := ./src diff --git a/src/test.cpp b/src/main.cpp similarity index 100% rename from src/test.cpp rename to src/main.cpp