summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $@ $<