diff options
| author | yum <yum.food.vr@gmail.com> | 2023-12-26 02:22:39 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-12-26 02:22:39 -0800 |
| commit | 46e07cd1f0a5e0d5d9d4f48a62fcb01cec9eacd5 (patch) | |
| tree | 94a5955c6326401f37f4b7c183e390199a237624 /pkg | |
| parent | a4c1870f724f18e98c33468b4d038dd1c742e4bd (diff) | |
Add Makefile for pkg/v1.1.0
Handy to be able to `make clean` after generating a build.
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/Makefile | 5 |
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 + |
