We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248da6b commit 6557fc3Copy full SHA for 6557fc3
Makefile
@@ -15,12 +15,12 @@ cpplint:
15
gcccompile:
16
pip install --upgrade --requirement requirements_dev.txt
17
cmake -DCMAKE_BUILD_TYPE=${COMPILE_MODE} -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -B build -G Ninja
18
- cmake --build build
+ cmake --build build --target _core franka
19
20
clangcompile:
21
22
cmake -DCMAKE_BUILD_TYPE=${COMPILE_MODE} -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -B build -G Ninja
23
24
25
# Auto generation of CPP binding stub files
26
stubgen:
0 commit comments