Browse Source

Run cleandist target before dist in Makefile.

tags/v2.2.0
Andrew Belt 2 years ago
parent
commit
b4bba9ad29
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Makefile

+ 1
- 2
Makefile View File

@@ -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


Loading…
Cancel
Save