feat: add simple getopt cli

This commit is contained in:
2024-08-01 21:49:48 +02:00
parent de71b99539
commit 94a4ac27c5
4 changed files with 75 additions and 2 deletions

View File

@ -11,6 +11,8 @@ OBJ = $(SRC:.c=.o)
OUTDIR := out/
OBJDIR := out/obj
BINDIR := out/bin
CFLAGS += -DSCI_VERSION="\"$(VERSION)\"" -DSCI_NAME="\"$(NAME)\""
CFLAGS += -Wall -Werror
.PHONY: all clean