diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-21 15:10:04 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-21 15:10:04 +0200 |
commit | 84b5f2b5786749f1ef1074eb8c174a0b54724d9b (patch) | |
tree | c4798810c938e56276f526b3379aa1c353bda29f /Makefile | |
parent | Fix font size inconsistencies (diff) | |
download | nheko-84b5f2b5786749f1ef1074eb8c174a0b54724d9b.tar.xz |
Update README
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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 |