diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-05-24 20:49:24 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-05-24 20:49:24 -0700 |
| commit | e5ac52b1d5002a496d1d791e206da6b3a56e8267 (patch) | |
| tree | afb6ea13ebfe69caf3d5d3dbf3217bbfcaaa83f0 /Makefile | |
| parent | 53bee94a9f80246fff5e82206a98931c526e9248 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |
