diff --git a/Makefile b/Makefile index 59d27122..a4359405 100644 --- a/Makefile +++ b/Makefile @@ -159,8 +159,7 @@ DIST_HTML := $(patsubst %.md, build/%.html, $(DIST_MD)) # Target not supported for public use -dist: $(TARGET) $(STANDALONE_TARGET) $(DIST_HTML) - rm -rf dist +dist: $(TARGET) $(STANDALONE_TARGET) $(DIST_HTML) | cleandist mkdir -p dist # Copy Rack to dist ifdef ARCH_LIN