From 2c45d0684213df152dcb38d2080a9053eb579c66 Mon Sep 17 00:00:00 2001 From: kam Date: Fri, 11 Mar 2022 22:09:12 +0100 Subject: [PATCH] Add `cleandeploy` target to Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 615cfb2..5d7cb05 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,4 @@ clean: git submodule foreach --recursive git clean -fxd cleanbuild: clean build +cleandeploy: clean deploy