mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
* Implement release scripting and SDK building process * Fix for CYD display colors * Various improvements and fixes * Made build scripts more modular
7 lines
57 B
Bash
Executable File
7 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf build
|
|
rm -rf build-sim
|
|
rm -rf cmake-*
|
|
|