diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-18 20:33:43 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 897b759511426de4fbc94defb278e85b3bb3ec40 (patch) | |
| tree | 3a835318cfc04887168ac7ec5c333f6eb3e9e6f5 /Makefile | |
| parent | 39ec3bc95e6a27e97c3200a558d9cc8712853606 (diff) | |
Shed dependency of linenoise
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,10 +1,9 @@ IDIR=include -TPDIR=3rd-party DEFINES=-DDETERMINISTIC -CFLAGS=-O3 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -I$(TPDIR) +CFLAGS=-O2 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) LIBS= -SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) +SRCS=$(wildcard include/*.c) OBJS=$(SRCS:.c=.o) PROG=ctaklm |
