From e5ac52b1d5002a496d1d791e206da6b3a56e8267 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 24 May 2019 20:49:24 -0700 Subject: Added shuffle functionality, cleaned up and improved column drawing, and did a ton of cleanup of compiler warnings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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= -- cgit v1.2.3