diff options
| author | tslil <tslil@posteo.de> | 2020-12-31 23:05:00 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 33ae4e18686199822aad9f9341d008f839862d9a (patch) | |
| tree | 2aceb707c820ca52fa028e3884e4fd1c9fe8f295 /Makefile | |
| parent | 26f77822201aae05c493e1f1b71631d89b1c564c (diff) | |
Line-mode mostly complete
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ IDIR=include -CFLAGS=-g -Wall -I$(IDIR) +TPDIR=3rd-party +CFLAGS=-g -Wall -I$(IDIR) -I$(TPDIR) LIBS= -SRCS=$(wildcard src/*.c) $(wildcard include/*.c) $(wildcard include/3rd-party/*.c) +SRCS=$(wildcard src/*.c) $(wildcard include/*.c) $(wildcard 3rd-party/*.c) OBJS=$(SRCS:.c=.o) PROG=ctaklm |
