Correctly delete build js on make clean
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Родитель
c3b1123e9e
Коммит
3a5c30b2f7
5
Makefile
5
Makefile
|
@ -88,8 +88,9 @@ update-composer: composer.phar
|
|||
# Removes the build directory and the compiled files
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f ./js/tasks.js
|
||||
rm -f ./js/tasks.js.map
|
||||
rm -f ./js/tasks-main.js
|
||||
rm -f ./js/tasks-main.js.map
|
||||
rm -f ./js/tasks-main.js.LICENSE.txt
|
||||
rm -rf $(build_directory)
|
||||
|
||||
# Same as clean but also removes dependencies installed by npm
|
||||
|
|
Загрузка…
Ссылка в новой задаче