diff options
| author | yenatch <yenatch@gmail.com> | 2017-07-07 23:25:06 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2017-07-08 11:41:43 -0400 |
| commit | 5ce2de752bd908de2bf9dcaedfa68a1d194700db (patch) | |
| tree | 500030f9a8a511f55ff09f59a7ebf8ba3ec7804c /Makefile | |
| parent | 7af1ac9dedd5fcef8eabfe39a10d72f17418a6a4 (diff) | |
Add C wav to pcm tool
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 $@ $< |
