Fixed the length of the execution function

This commit is contained in:
Jean 2026-01-24 17:35:06 +01:00
parent da948f58fe
commit 9276e1a8a5
6 changed files with 251 additions and 304 deletions

View file

@ -2,7 +2,9 @@ lib_LIBRARIES = libexecution.a
libexecution_a_SOURCES = \
execution.c \
execution.h
execution.h \
execution_helpers.c \
execution_helpers.h
libexecution_a_CPPFLAGS = -I$(top_srcdir)/src