mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Use safer and more standard POSIX find options.
This commit is contained in:
parent
f17320d7a8
commit
515357a450
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue