diff --git a/.gitignore b/.gitignore index 96586cd..47c82b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +_build/* +!_build/.gitkeep objects*/ diff --git a/Makefile b/Makefile index 795d992..9ee3af6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,9 @@ # The name of the binary. NAME = DumBer -TARGET_DIR = . +TARGET_DIR = "./_build" + + # The type of binary, must be one of: # APP: Application diff --git a/_build/.gitkeep b/_build/.gitkeep new file mode 100644 index 0000000..e69de29