comparison Makefile @ 402:90e1d34d977f build-2.7

FIX: wrong for egg-info directory in the Makefile
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 17 Feb 2026 14:54:25 +0100
parents e4d71f20d908
children 6930917a3752
comparison
equal deleted inserted replaced
401:e4d71f20d908 402:90e1d34d977f
21 python _postprocess-sdist.py 21 python _postprocess-sdist.py
22 gzip --best dist/*tar 22 gzip --best dist/*tar
23 23
24 distclean: clean 24 distclean: clean
25 # package build information 25 # package build information
26 rm -rf build/ dist/ src/*.egg-info 26 rm -rf build/ dist/ *.egg-info
27 27
28 # Full clean build for sdist, wheel and docs 28 # Full clean build for sdist, wheel and docs
29 dist: distclean build 29 dist: distclean build