mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 16:53:49 +08:00
More C++ work...
This commit is contained in:
parent
22d09f39ac
commit
94dbe1a946
3
Makefile
3
Makefile
@ -778,6 +778,9 @@ ENV_SRC = tools/pcommand tools/batools/build.py
|
|||||||
# #
|
# #
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
# CMake build-type lowercase
|
||||||
|
CM_BT_LC = $(shell echo $(CMAKE_BUILD_TYPE) | tr A-Z a-z)
|
||||||
|
|
||||||
# When using CLion, our cmake dir is root. Expose .clang-format there too.
|
# When using CLion, our cmake dir is root. Expose .clang-format there too.
|
||||||
ballisticacore-cmake/.clang-format: .clang-format
|
ballisticacore-cmake/.clang-format: .clang-format
|
||||||
@cd ballisticacore-cmake && ln -sf ../.clang-format .
|
@cd ballisticacore-cmake && ln -sf ../.clang-format .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user