From 3189a37313b19c994482e78589072519ce6b9ac9 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 9 Mar 2020 15:49:14 -0400 Subject: Add sandblast target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d4572cd..bca2686 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,9 @@ clean: distclean: clean rm -f TAGS +sandblast: distclean + git submodule deinit -f . + ${HDR}: git submodule update --init -- cgit v1.2.3