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