gitignore keeps empty _build folder
This commit is contained in:
parent
81a7654fe7
commit
dd033a7896
3 changed files with 5 additions and 1 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue