From e12b1cc372e0c64a7c2fb76bc08a72381808d89d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 28 Dec 2025 14:00:33 +0100 Subject: Some fixes and generic automaton MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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\ -- cgit v1.2.3-70-g09d2