Skip to content

Commit

Permalink
Tweak some nits
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
  • Loading branch information
hanahmily committed May 22, 2024
1 parent 5d8b2f3 commit 7ed8fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ package: prepare
rm -rf ${CHART_DIR}/LICENSE

clean:
rm -f $(TMPDIR)/$(RELEASE_SRC).tgz && \
rm -rf bin/ \
rm -rf ${CHART_DIR}/NOTICE \
rm -rf ${CHART_DIR}/LICENSE \
Expand All @@ -46,8 +47,7 @@ clean:
rm -rf ${RELEASE_SRC}.tgz.asc \
rm -rf ${RELEASE_SRC}.tgz.sha512

release-src:
rm -f $(TMPDIR)/$(RELEASE_SRC).tgz && \
release-src: clean
tar -zcvf $(TMPDIR)/$(RELEASE_SRC).tgz \
--exclude bin \
--exclude .git \
Expand Down

0 comments on commit 7ed8fa3

Please sign in to comment.