aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-24 20:49:24 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-24 20:49:24 -0700
commite5ac52b1d5002a496d1d791e206da6b3a56e8267 (patch)
treeafb6ea13ebfe69caf3d5d3dbf3217bbfcaaa83f0 /Makefile
parent53bee94a9f80246fff5e82206a98931c526e9248 (diff)
Added shuffle functionality, cleaned up and improved column drawing, and
did a ton of cleanup of compiler warnings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ed2e91..eda68a0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PREFIX=
CC=cc
-CFLAGS=-O0 -std=gnu99 -Wall
+CFLAGS=-O0 -std=gnu99 -Wall -Wpedantic -Weverything -Wno-missing-field-initializers -Wno-padded -Wno-missing-noreturn -Wno-sign-conversion -Wno-cast-qual -Wno-sign-compare -Wno-shorten-64-to-32
LIBS=
NAME=bb
G=