diff --git a/.gitignore b/.gitignore index ccf196d..843fe14 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,6 @@ *.out *.app -.vscode/ \ No newline at end of file +.vscode/ +bin/ +build/ \ No newline at end of file diff --git a/Makefile b/Makefile index e54dc21..68fc199 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #### PROJECT SETTINGS #### # The name of the executable to be created -BIN_NAME := raycast +BIN_NAME := raycast.out # Compiler used CXX ?= g++ # Extension of source files used in the project