This commit is contained in:
2025-07-13 18:57:18 -04:00
parent 174e80f4f8
commit d6cf8c5dd6
6 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
prefix = /usr/bin
YAIT_SRCS := $(wildcard yait/*.c)
YAIT_SRCS := $(wildcard yait/*.c) $(wildcard lib/*.c)
YAIT_OBJS := $(patsubst yait/%.c,obj/yait/%.o,$(YAIT_SRCS))