diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 15:53:21 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 15:53:21 -0500 |
| commit | cad2f6832c46952ec2bf05785861adb9fd14dfcb (patch) | |
| tree | d3b8345e4d978b2dddf73b966c06dea4105f8f19 /tools/Makefile | |
| parent | Fix #61: edit pikapic macros to avoid -Wlong-string warnings (diff) | |
| download | pokeyellow-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/Makefile | 2 |
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) @: |
