From 6a46c1c208d5799f15b866555becae0b074f9ebe Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 4 Jun 2026 21:09:20 +0200 Subject: Second commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index aeb8cec..ee7fff4 100644 --- a/config.mk +++ b/config.mk @@ -5,4 +5,4 @@ CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE CFLAGS = -LDFLAGS = -lsimple +LDFLAGS = -lsimple -lautomata -- cgit v1.3.1