summaryrefslogtreecommitdiffstats
path: root/pkg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/Makefile')
-rw-r--r--pkg/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/Makefile b/pkg/Makefile
new file mode 100644
index 0000000..0c24b22
--- /dev/null
+++ b/pkg/Makefile
@@ -0,0 +1,5 @@
+.PHONY: clean
+clean:
+ @rm -f *.zip
+ @rm -rf Python silero-vad yapBox
+