Delete talk script on cleanup

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2021-07-24 13:56:12 +02:00
parent fe5cb3aca4
commit 7fdcbf6237
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ clean:
rm -f ./js/tasks-dashboard.js
rm -f ./js/tasks-dashboard.js.map
rm -f ./js/tasks-dashboard.js.LICENSE.txt
rm -f ./js/tasks-talk.js
rm -f ./js/tasks-talk.js.map
rm -f ./js/tasks-talk.js.LICENSE.txt
rm -rf $(build_directory)
# Same as clean but also removes dependencies installed by npm