aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-03-16 22:19:17 -0400
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit93387bf4b0cf54f8a84b13d4ad4751e7ef81a788 (patch)
treefff5eddcd1fb11c65c611977de2aba7bab27a9c3 /Makefile
parent00a04c2929bdc8f8f4bf7d5d8cf413ebfb3cd006 (diff)
Snapshot: AMMEND ME
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8b4ab58..0dbaec7 100644
--- a/Makefile
+++ b/Makefile
@@ -22,14 +22,15 @@ ctlm: src/ctlm.o $(OBJS)
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
+ctnn: CFLAGS=$(CFLAGS) -lm
+ctnn: src/ctnn.o $(OBJS)
+ $(CC) $(CFLAGS) src/ctnn.o $(OBJS) -o ctnn
clean:
- rm -f ctlm ct1986 cttei pptdb
+ rm -f ctlm ct1986 cttei ctnn
rm -f src/*.o include/*.o
-native: clean ctlm cttei
+native: clean ctlm cttei ctnn
$(CROSS_CC):
./resources/do_buildroot.sh $(BUILDROOT_DIR)