diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-05-25 04:30:51 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-05-25 04:30:51 -0700 |
| commit | d111493a8d9cce3c0e9af27d26b7347712cbbf0b (patch) | |
| tree | 57a2599f34cf722564f603c48863445fd9a10022 /Makefile | |
| parent | e5ac52b1d5002a496d1d791e206da6b3a56e8267 (diff) | |
Lots of refactoring, including adding function stubs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ PREFIX= CC=cc -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 +CFLAGS=-O0 -std=gnu99 -Wall -Wpedantic -Weverything -Wno-missing-field-initializers -Wno-padded -Wno-missing-noreturn -Wno-cast-qual LIBS= NAME=bb -G= +G=-g all: $(NAME) |
