mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -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
|
# 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
|
.PHONY: build
|
||||||
build: $(BUILD_STEPS) $(CHECKDEPS)
|
build: $(BUILD_STEPS) $(CHECKDEPS)
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
|
|
|
@ -101,8 +101,6 @@ CHECKDEPS := $(shell find aqt tests -name '*.py' | grep -v buildinfo.py)
|
||||||
# Building
|
# 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
|
.PHONY: build
|
||||||
build: $(BUILD_STEPS)
|
build: $(BUILD_STEPS)
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
|
|
Loading…
Reference in a new issue