diff options
| author | tslil <tslil@posteo.de> | 2021-01-11 01:29:39 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 5d475f9dadcac74bde8262d600e68578e91323c9 (patch) | |
| tree | 6358f2ceaee1b961b77380bc94fd92c950ea8c85 /Makefile | |
| parent | b598a3ab9e682a826516b242a710b26e0c22389f (diff) | |
Close in principle, but there;s a bug in ct1997 &/ pptdb!
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ IDIR=include TPDIR=3rd-party -CFLAGS=-Os -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) +CFLAGS=-g -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE -I$(IDIR) -I$(TPDIR) -lm LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) |
