Fix make debug
This commit is contained in:
parent
8be0358dd7
commit
0b920e7411
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -48,7 +48,7 @@ clean:
|
|||
cmake --build $(BUILD_DIR) --target clean
|
||||
|
||||
debug:
|
||||
BUILDTYPE=Debug $(MAKE)
|
||||
BUILD_TYPE=Debug $(MAKE)
|
||||
|
||||
distclean:
|
||||
@rm -rf $(BUILD_DIR)
|
||||
|
|
Loading…
Reference in a new issue