diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-16 18:36:16 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-16 18:37:08 +0200 |
commit | 7e24a468b5762a1f40710eb4b4a7b522659567c7 (patch) | |
tree | 1872f8c8bddfb6aaeee23ffc8e47160b6d546cda /Makefile | |
parent | Update package.nix to include QT Multimedia (#165) (diff) | |
download | nheko-7e24a468b5762a1f40710eb4b4a7b522659567c7.tar.xz |
Remove submodules from matrix-structs
fixes #164
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 |