aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-11-06 19:42:58 -0500
committerGitHub <noreply@github.com>2020-11-06 19:42:58 -0500
commitea6ce1833f3765aac4c17b1280ac1ec74f382b75 (patch)
tree5782cddab94fce21ab88de4d8d2aa41a34848114 /Makefile
parentFix #61: edit pikapic macros to avoid -Wlong-string warnings (diff)
parent'make tools' uses -pedantic (diff)
downloadpokeyellow-ea6ce1833f3765aac4c17b1280ac1ec74f382b75.tar.gz
pokeyellow-ea6ce1833f3765aac4c17b1280ac1ec74f382b75.tar.xz
pokeyellow-ea6ce1833f3765aac4c17b1280ac1ec74f382b75.zip
Merge pull request #62 from Rangi42/master
Fix #5: replace pcm.py with pcm.c and fix off-by-one error with unused bytes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 434a3192..52b6e875 100644
--- a/Makefile
+++ b/Makefile
@@ -27,9 +27,6 @@ RGBFIX ?= $(RGBDS)rgbfix
RGBGFX ?= $(RGBDS)rgbgfx
RGBLINK ?= $(RGBDS)rgblink
-PYTHON := python
-pcm := $(PYTHON) tools/pokemontools/pcm.py pcm
-
### Build targets
@@ -140,4 +137,4 @@ gfx/surfing_pikachu/surfing_pikachu_3.2bpp: tools/gfx += --trim-whitespace
%.wav: ;
%.pcm: %.wav
- @$(pcm) $<
+ tools/pcm $< $@