🏗️」 wip: Added help msg

This commit is contained in:
2025-04-10 14:19:30 +02:00
parent 4a2bd9fe21
commit 8dff506caf
6 changed files with 103 additions and 7 deletions

View File

@ -38,6 +38,14 @@ ifeq ($(VERBOSE),true)
FLAGS += -D VERBOSE
endif
ifeq ($(TTY),true)
FLAGS += -D TTY
endif
ifeq ($(PKGS),true)
FLAGS += -D PKGS
endif
all: $(NAME)
$(NAME): $(OBJS)