summarylogtreecommitdiffstats
path: root/Makefile.patch
blob: 67b6b661b184ab3ca64a42330a0a5fead2422db7 (plain)
1
2
3
4
5
6
7
8
@@ -32,7 +32,6 @@
 
 .PHONY: pull-assets
 pull-assets:
-	git clean -xfd assets
 	curl --fail -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/web.tar.gz | tar xzf - -C assets/core/
 
 ############ licenses ############