diff 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
line wrap: on
line diff
--- a/Makefile	Mon Feb 16 15:36:17 2026 +0100
+++ b/Makefile	Tue Feb 17 14:56:05 2026 +0100
@@ -22,7 +22,7 @@
 
 distclean: clean
 # package build information
-	rm -rf dist/ src/*.egg-info
+	rm -rf dist/ *.egg-info
 
 # Full clean build for sdist, wheel and docs
 dist: distclean build