diff options
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 3 |
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) |
