mirror of
https://github.com/espressif/esp-idf
synced 2025-04-02 12:50:12 -04:00
4 lines
77 B
Bash
Executable File
4 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf build && mkdir build && cd build
|
|
cmake ..
|
|
cmake --build . |