mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
makefile: find -delete isnt portable
This commit is contained in:
parent
81c6bed27d
commit
1953e89b86
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
|
||||
find -iname '*.tx' -delete
|
||||
@echo "removing *.tx" && rm -f $(shell find . -iname '*.tx' -printf '"%p" ')
|
||||
rm -f redrle
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue