From 515357a4504aa8c0816f088054c26f1902e71e72 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Mon, 9 Dec 2013 23:00:38 -0700 Subject: Use safer and more standard POSIX find options. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8315e2b7..3a31e258 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ clean: rm -f $(ROMS) rm -f $(OBJS) rm -f globals.asm - @echo "removing *.tx" && rm -f $(shell find . -iname '*.tx' -printf '"%p" ') + @echo "removing *.tx" && find . -iname '*.tx' -exec rm {} + rm -f redrle -- cgit v1.2.3