removed wildcard from the Makefile

This commit is contained in:
Semere M. Mebrahtom 2026-05-18 23:46:09 +02:00
parent 242d1d5c81
commit 1b5ff475e8
Signed by: semere
GPG key ID: 7FC937214DF30488

View file

@ -1,13 +1,20 @@
NAME = codexion
NAME := codexion
SRCS = $(wildcard coders/*.c)
INCLUDES = coders/codexion.h
SRCS := coders/coder.c\
coders/heap.c\
coders/initialization.c\
coders/main.c\
coders/monitor.c\
coders/schedulers.c\
coders/utils.c
INCLUDES := ./coders
OBJS = $(SRCS:.c=.o)
CC = cc
# CFLAGS = -Wall -Wextra -Werror -pthread -g -fsanitize=thread
CFLAGS = -Wall -Wextra -Werror -pthread
CFLAGS = -Wall -Wextra -Werror -pthread -I$(INCLUDES)
ARGS = 6 900 200 200 200 10 60 fifo