From a99a0dfc7fda7260c95a0e7dc0f6eb68520321f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Fri, 5 Apr 2024 10:15:46 +0200 Subject: [PATCH] [scripts] fixed clean-all due to the binoculars move --- scripts/clean-all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/clean-all b/scripts/clean-all index bfa1a295..f0e851f5 100755 --- a/scripts/clean-all +++ b/scripts/clean-all @@ -1,6 +1,6 @@ #!/bin/bash find .. -name "*flymake*" -exec rm -f {} \; -parallel ./cleanfile ::: ../hkl.h ../hkl/*.[ch] ../tests/*.[ch] ../tests/tap/*.[ch] ../gui/*.[ch] ../binoculars/*.[ch] -parallel ./indent ::: ../hkl.h ../hkl/*.[ch] ../tests/*.[ch] ../tests/tap/*.[ch] ../gui/*.[ch] ../binoculars/*.[ch] +parallel ./cleanfile ::: ../hkl.h ../hkl/*.[ch] ../tests/*.[ch] ../tests/tap/*.[ch] ../gui/*.[ch] ../binoculars-ng/binoculars/*.[ch] +parallel ./indent ::: ../hkl.h ../hkl/*.[ch] ../tests/*.[ch] ../tests/tap/*.[ch] ../gui/*.[ch] ../binoculars-ng/binoculars/*.[ch] parallel ./indent-c++ ::: ../hkl3d/*.cpp ../hkl3d/*.h find .. -name "*flymake*" -exec rm -f {} \; -- 2.11.4.GIT