We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5efee commit 64b8971Copy full SHA for 64b8971
clean.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+rm libgttk.so
3
+rm libgttk.dll
4
+rm CMakeCache.txt
5
+rm cmake_install.cmake
6
+rm -rf cmake-build-debug
7
+rm -rf CMakeFiles
8
+rm -rf _skbuild
9
+rm -rf gttk.egg-info
0 commit comments