From e0dfebc08eb023d73bfbbfb07c67c380fdf4c0fc Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 19 Jan 2017 20:40:26 -0500 Subject: Yet more data rips --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 267808f..43d9a51 100755 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all compare clean +.PHONY: all compare clean tidy .SUFFIXES: .SUFFIXES: .asm .o .gbc .png @@ -38,8 +38,10 @@ compare: $(ROMS) baserom.gbc cmp $^ # Remove files generated by the build process. -clean: +tidy: rm -f $(ROMS) $(OBJS) $(ROMS:.gbc=.sym) + +clean: tidy find . \( -iname '*.1bpp' -o -iname '*.2bpp' -o -iname '*.pcm' \) -exec rm {} + %.2bpp: %.png -- cgit v1.2.3