Renamed scripts and executable

master
Mark 2022-07-08 10:42:57 -07:00
parent 6f2c2e313e
commit 1225d414e3
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -4,4 +4,4 @@ notes
# Build files and final binary # Build files and final binary
/build /build
test hostdox

View File

@ -1,4 +1,4 @@
TARGET_EXEC := test TARGET_EXEC := hostdox
BUILD_DIR := ./build BUILD_DIR := ./build
SRC_DIRS := ./src SRC_DIRS := ./src