From 5ce2de752bd908de2bf9dcaedfa68a1d194700db Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 7 Jul 2017 23:25:06 -0400 Subject: Add C wav to pcm tool --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1108128..06aea2e 100755 --- a/Makefile +++ b/Makefile @@ -9,8 +9,6 @@ ROM := pokepinball.gbc OBJS := main.o wram.o sram.o -PYTHON := python -PRET := pokemon-reverse-engineering-tools/pokemontools MD5 := md5sum -c --quiet all: $(ROM) compare @@ -51,4 +49,4 @@ clean: tidy rgbgfx -d1 -o $@ $< %.pcm: %.wav - $(PYTHON) $(PRET)/pcm.py pcm $< + tools/pcm -o $@ $< -- cgit v1.2.3