refactor: re-organize

This commit is contained in:
Anas Elgarhy 2023-11-20 00:43:59 +02:00
parent c282e960fc
commit 7ddb9c82bf
8 changed files with 8 additions and 214 deletions

View file

@ -20,7 +20,7 @@ ${OBJ_DIR}/%.o: %.c
mkdir -p $(@D)
${CC} -c ${CFLAGS} $< -o $@
${OBJ}: src/config.h config.mk
${OBJ}: src/config/config.h config.mk
config.h:
cp config.def.h $@