diff options
| author | tslil <tslil@posteo.de> | 2021-05-07 22:19:31 -0400 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 1d1b28c294143f7a918db7a646b5564674616e44 (patch) | |
| tree | c9a4fa49fd0b39bc6752f455d785363f6aadf345 /Makefile | |
| parent | 29536c86457d83967c23a900574182b3898f04dd (diff) | |
quick hachstats
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ IDIR=include DEFINES=-DDETERMINISTIC CFLAGS=-O3 -Wall -Wextra -Wpedantic -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -CTAK=include/tak.c +CTAK=include/tak.c include/actions.c CTAK_OBJS=$(CTAK:.c=.o) SRCS=$(filter-out include/lcdlib.c,$(wildcard include/*.c)) OBJS=$(SRCS:.c=.o) @@ -23,7 +23,7 @@ cttei: src/cttei.o $(OBJS) $(CC) $(CFLAGS) src/cttei.o $(OBJS) -o cttei pptdb: src/pptdb.o $(CTAK_OBJS) - $(CC) $(CFLAGS) src/pptdb.o $(CTAK_OBJS) -o pptdb + $(CC) $(CFLAGS) src/pptdb.o $(CTAK_OBJS) -o pptdb -lm clean: rm -f ctlm ct1986 cttei pptdb |
