Added command execution support

This commit is contained in:
2024-08-20 16:09:42 +02:00
parent 4e25735cd9
commit 77f6db18a5
3 changed files with 162 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ DEBUG_CFLAGS = -Wall -Wextra -Werror -pedantic-errors -fstack-protector-strong \
-Wwrite-strings -std=c99 -g
CFLAGS = -Wall -Wextra -Werror -pedantic-errors -Wwrite-strings -std=c99 -O3
BUILD_FLAGS = -DVERSION=\"0.0.1\"
BUILD_FLAGS = -DVERSION=\"0.0.2\"
build: $(TARGET)
debug: $(DEBUG_TARGET)