mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
remove some comments that are no longer relevant
This commit is contained in:
parent
c9cf6316bd
commit
2921037c7b
2 changed files with 0 additions and 4 deletions
|
@ -77,8 +77,6 @@ CHECKDEPS := $(shell find anki tests -name '*.py' | grep -v buildinfo.py)
|
|||
# Building
|
||||
######################
|
||||
|
||||
# we only want the wheel when building, but passing -f wheel to poetry
|
||||
# breaks the inclusion of files listed in pyproject.toml
|
||||
.PHONY: build
|
||||
build: $(BUILD_STEPS) $(CHECKDEPS)
|
||||
rm -rf dist
|
||||
|
|
|
@ -101,8 +101,6 @@ CHECKDEPS := $(shell find aqt tests -name '*.py' | grep -v buildinfo.py)
|
|||
# Building
|
||||
######################
|
||||
|
||||
# we only want the wheel when building, but passing -f wheel to poetry
|
||||
# breaks the inclusion of files listed in pyproject.toml
|
||||
.PHONY: build
|
||||
build: $(BUILD_STEPS)
|
||||
rm -rf dist
|
||||
|
|
Loading…
Reference in a new issue