Skip to content

Commit

Permalink
Remove build-remote target from Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed May 18, 2024
1 parent 4d5c6cb commit a6e69c8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
PYTHON := python3

AUTHOR := thombashi
PACKAGE := pathvalidate-cli

BUILD_WORK_DIR := _work
PKG_BUILD_DIR := $(BUILD_WORK_DIR)/$(PACKAGE)


.PHONY: build-remote
build-remote: clean
@mkdir -p $(BUILD_WORK_DIR)
@cd $(BUILD_WORK_DIR) && \
git clone https://github.com/$(AUTHOR)/$(PACKAGE).git --depth 1 && \
cd $(PACKAGE) && \
$(PYTHON) -m tox -e build
ls -lh $(PKG_BUILD_DIR)/dist/*

.PHONY: build
build: clean
Expand All @@ -27,7 +12,6 @@ check:

.PHONY: clean
clean:
rm -rf $(BUILD_WORK_DIR)
$(PYTHON) -m tox -e clean

.PHONY: fmt
Expand Down

0 comments on commit a6e69c8

Please sign in to comment.