From 5ce2de752bd908de2bf9dcaedfa68a1d194700db Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 7 Jul 2017 23:25:06 -0400 Subject: Add C wav to pcm tool --- tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index c3c3d35..e5df0a9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,10 +1,11 @@ .PHONY: all clean CC := gcc -CFLAGS := -std=c99 +CFLAGS := -std=c99 -Wall -Wextra tools := \ gfx \ + pcm \ scan_includes all: $(tools) -- cgit v1.2.3