aboutsummaryrefslogtreecommitdiffstats
path: root/tools/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 /tools/Makefile
parentFix #61: edit pikapic macros to avoid -Wlong-string warnings (diff)
downloadpokeyellow-cad2f6832c46952ec2bf05785861adb9fd14dfcb.tar.gz
pokeyellow-cad2f6832c46952ec2bf05785861adb9fd14dfcb.tar.xz
pokeyellow-cad2f6832c46952ec2bf05785861adb9fd14dfcb.zip
Replace pcm.py with pcm.c, removing the dependency on Python
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 13bab1fb..ca99b118 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,7 +3,7 @@
CC := gcc
CFLAGS := -O3 -std=c99 -Wall -Wextra
-tools := scan_includes gfx pkmncompress
+tools := scan_includes gfx pkmncompress pcm
all: $(tools)
@: