aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-12-28 14:00:33 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 15:26:49 +0100
commite12b1cc372e0c64a7c2fb76bc08a72381808d89d (patch)
treefc09dedc79b497baef6ba43d68d8fc2bd2f69fa1 /Makefile
parentfix readme (diff)
downloadlibautomata-master.tar.gz
libautomata-master.tar.bz2
libautomata-master.tar.xz
Some fixes and generic automatonHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 285f70e..7a182bf 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,12 @@ LIB_NAME = automata
OBJ =\
+ libautomata_grow_automaton.o\
+ libautomata_reset_automaton.o\
+ libautomata_clone_automaton.o\
+ libautomata_destroy_automaton.o\
+ libautomata_free_automaton.o\
+ libautomata_execute_automaton.o\
libautomata_reset_kmp_automaton.o\
libautomata_clone_kmp_automaton.o\
libautomata_compile_kmp_automaton.o\