summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-21 15:10:04 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-21 15:10:04 +0200
commit84b5f2b5786749f1ef1074eb8c174a0b54724d9b (patch)
treec4798810c938e56276f526b3379aa1c353bda29f /Makefile
parentFix font size inconsistencies (diff)
downloadnheko-84b5f2b5786749f1ef1074eb8c174a0b54724d9b.tar.xz
Update README
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 772af477..20d79eda 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,6 @@ docker-app-image: image
 		-v `pwd`:/build nheko-app-image make linux-appimage
 
 clean:
-	git clean -xdf
-	git submodule foreach git clean -xdf
+	rm -rf build
 
 .PHONY: build app dmg