fix: added header guards, and some testing purpose autotools rules

This commit is contained in:
Guillem George 2026-01-07 20:18:11 +01:00
parent 269f50a367
commit 919ea7b1ba
9 changed files with 88 additions and 14 deletions

View file

@ -0,0 +1,4 @@
#ifndef EXECUTION_H
#define EXECUTION_H
#endif /* ! EXECUTION_H */