summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-06 15:53:21 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-06 15:53:21 -0500
commitcad2f6832c46952ec2bf05785861adb9fd14dfcb (patch)
treed3b8345e4d978b2dddf73b966c06dea4105f8f19 /Makefile
parentd65ac7be34e0f1f10b21ca22408a37e43619cfa2 (diff)
Replace pcm.py with pcm.c, removing the dependency on Python
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 $< $@