summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-07-07 23:25:06 -0400
committeryenatch <yenatch@gmail.com>2017-07-08 11:41:43 -0400
commit5ce2de752bd908de2bf9dcaedfa68a1d194700db (patch)
tree500030f9a8a511f55ff09f59a7ebf8ba3ec7804c /Makefile
parent7af1ac9dedd5fcef8eabfe39a10d72f17418a6a4 (diff)
Add C wav to pcm tool
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 1 insertions, 3 deletions
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 $@ $<