From 1225d414e34af2943f93fbc161047df543f4c6ce Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 8 Jul 2022 10:42:57 -0700 Subject: [PATCH] Renamed scripts and executable --- .gitignore | 2 +- Makefile | 2 +- src/{test.cpp => main.cpp} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{test.cpp => main.cpp} (100%) 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