summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-16 18:36:16 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-16 18:37:08 +0200
commit7e24a468b5762a1f40710eb4b4a7b522659567c7 (patch)
tree1872f8c8bddfb6aaeee23ffc8e47160b6d546cda /Makefile
parentUpdate package.nix to include QT Multimedia (#165) (diff)
downloadnheko-7e24a468b5762a1f40710eb4b4a7b522659567c7.tar.xz
Remove submodules from matrix-structs
fixes #164
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
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