summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Messner2018-04-27 10:55:26 +0200
committerManuel Messner2018-04-27 10:55:26 +0200
commit0b0f817533b7868fe841a4f67ed3d4885fcadce3 (patch)
treeb574325152111814fdc35b9a92a4e8c3cd37d20e
parent[ubuntu-18.04] added link to generic preseed (diff)
downloadpacker-templates-0b0f817533b7868fe841a4f67ed3d4885fcadce3.tar.gz
packer-templates-0b0f817533b7868fe841a4f67ed3d4885fcadce3.tar.xz
packer-templates-0b0f817533b7868fe841a4f67ed3d4885fcadce3.zip
Makefile: help: add clean section
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 58d903f..22ebb51 100644
--- a/Makefile
+++ b/Makefile
@@ -220,3 +220,9 @@ help:
@printf "\tROOTPW: Set root password for output image\n"
@printf "\tVERBOSE: Enable verbose output\n"
@printf "\tWINDOW: Disable headless mode\n"
+ @echo
+ @echo "Clean targets are:"
+ @printf "\tclean_except_last\n"
+ @printf "\tclean_failed\n"
+ @printf "\tclean_bases\n"
+ @printf "\tclean_all\n"