summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2013-12-09 23:00:38 -0700
committerIIMarckus <iimarckus@gmail.com>2013-12-09 23:00:38 -0700
commit515357a4504aa8c0816f088054c26f1902e71e72 (patch)
treec3fa17f14777fb67bd6c16ab0d7e66549521090a
parentf17320d7a835709da4c991e0e67300d001ffc53c (diff)
Use safer and more standard POSIX find options.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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