From c1511160615c73a0429aa673fbdff4003c0c75c8 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Tue, 15 Nov 2022 19:12:49 +0100 Subject: adapted find cmd in Makefiles to Unix-style --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') diff --git a/samples/Makefile b/samples/Makefile index 8cb7a98..eee238a 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -17,7 +17,7 @@ all: test cp ../ekdosis.{lua,sty} . $(foreach file,$(texsamples), $(call dosamples, $(file))) rm -rf auto - find -iname "*~" -or -iname "*_out*.tex" | xargs rm -rf + find ./ -iname "*~" -or -iname "*_out*.tex" | xargs rm -rf find ./* -type f -iname "Makefile" $(findopts) > ls-R rsync -aPr --files-from=ls-R . .backup rm -rf * -- cgit v1.2.3