From cad2f6832c46952ec2bf05785861adb9fd14dfcb Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 6 Nov 2020 15:53:21 -0500 Subject: Replace pcm.py with pcm.c, removing the dependency on Python --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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 $< $@ -- cgit v1.3.1-sl0p