Mercurial > hgrepos > Python > apps > py-cutils
comparison Makefile @ 403:da99ab6eda08
FIX: Remove wrong .egg-info directory in the Makefile.
We do no have an "src" directory in this project.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 17 Feb 2026 14:56:05 +0100 |
| parents | c033f4072c14 |
| children | deabdfed3b96 |
comparison
equal
deleted
inserted
replaced
| 398:3beac9c85781 | 403:da99ab6eda08 |
|---|---|
| 20 python -m build | 20 python -m build |
| 21 python _postprocess-sdist.py | 21 python _postprocess-sdist.py |
| 22 | 22 |
| 23 distclean: clean | 23 distclean: clean |
| 24 # package build information | 24 # package build information |
| 25 rm -rf dist/ src/*.egg-info | 25 rm -rf dist/ *.egg-info |
| 26 | 26 |
| 27 # Full clean build for sdist, wheel and docs | 27 # Full clean build for sdist, wheel and docs |
| 28 dist: distclean build | 28 dist: distclean build |
