d/rules: fix comment about when clean target is executed

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
master
Fiona Ebner 2023-05-19 14:31:30 +02:00 committed by Thomas Lamprecht
parent c913853be7
commit 6eb3e31968
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -114,7 +114,7 @@ clean:
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
# Add here commands to clean up before the build process.
-$(MAKE) distclean
dh_clean