Skip to content

Commit 0b920e7

Browse files
committed
Fix make debug
1 parent 8be0358 commit 0b920e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ clean:
4848
cmake --build $(BUILD_DIR) --target clean
4949

5050
debug:
51-
BUILDTYPE=Debug $(MAKE)
51+
BUILD_TYPE=Debug $(MAKE)
5252

5353
distclean:
5454
@rm -rf $(BUILD_DIR)

0 commit comments

Comments
 (0)