summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-12 11:35:56 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-12 11:35:56 +0300
commit243ca55234306d31300775ff7455b46755e33719 (patch)
treeeb328d2c42166f9e8a65e6c7211211afb62318ed /Makefile
parentInstall the bundled spdlog (diff)
downloadnheko-243ca55234306d31300775ff7455b46755e33719.tar.xz
Bump version to 0.5.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 584aafa2..76299c89 100644
--- a/Makefile
+++ b/Makefile
@@ -40,9 +40,6 @@ lint:
 image:
 	docker build -t nheko-app-image .
 
-debian-image:
-	docker build -f Dockerfile.debian -t nheko-debian-appimage .
-
 linux-deploy:
 	./.ci/linux/deploy.sh
 
@@ -58,10 +55,6 @@ docker-app-image: image
 		--privileged \
 		-v `pwd`:/build nheko-app-image make linux-deploy
 
-docker-debian-appimage: debian-image
-	docker run -v `pwd`:/build nheko-debian-appimage make release
-	docker run --privileged -v `pwd`:/build nheko-debian-appimage make linux-deploy
-
 update-translations:
 	lupdate \
 		-locations relative \