diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 20d79eda..772af477 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ docker-app-image: image -v `pwd`:/build nheko-app-image make linux-appimage clean: - rm -rf build + git clean -xdf + git submodule foreach git clean -xdf .PHONY: build app dmg |