]> git.proxmox.com Git - libpve-u2f-server-perl.git/commitdiff
makefile: convert to use simple parenthesis
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 May 2023 13:41:23 +0000 (15:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 May 2023 13:41:55 +0000 (15:41 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 3956d659a29ac772e15097bef28ab10a3cfe4d09..f76096df26ea57d1c6f35fc1e9ff64732a41478a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,8 +69,7 @@ $(DSC): $(BUILDSRC)
 
 .PHONY: clean
 clean:
-       rm -rf *~ ${BUILDSRC} *.deb *.changes *.buildinfo *.dsc *.tar.gz
-       find . -name '*~' -exec rm {} ';'
+       rm -rf *~ $(BUILDSRC) *.deb *.changes *.buildinfo *.dsc *.tar.gz
 
 .PHONY: distclean
 distclean: clean