diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-24 21:31:59 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | cb143299411851667a8e3aae4d7a55f729694b12 (patch) | |
| tree | 3add82c4e7a893d0a7068b59d91033c861d05e2e /Makefile | |
| parent | cf921b2e647136dc34568e0fff78b67c14c8e2fa (diff) | |
This is the basic idea, there's ≥ 1 bug (generates illegals...)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ IDIR=include DEFINES=-DDETERMINISTIC -CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -lm +CFLAGS=-g -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -lm LIBS= SRCS=$(wildcard include/*.c) |
