Add target to clear the archive

This commit is contained in:
Luke Murphy 2019-12-21 16:24:34 +07:00
parent 4f78be4aef
commit 12369774fb
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -1,4 +1,9 @@
ARCHIVE_DIR := ./vocoder/archive
default: serve
serve:
@FLASK_ENV=development FLASK_APP=vocoder.server flask run
clear-archive:
@rm -rf $(ARCHIVE_DIR)/*