summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-07-07 23:25:06 -0400
committeryenatch <yenatch@gmail.com>2017-07-08 11:41:43 -0400
commit5ce2de752bd908de2bf9dcaedfa68a1d194700db (patch)
tree500030f9a8a511f55ff09f59a7ebf8ba3ec7804c /tools/Makefile
parent7af1ac9dedd5fcef8eabfe39a10d72f17418a6a4 (diff)
Add C wav to pcm tool
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 2 insertions, 1 deletions
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)