From eb6f986361713d6ce47c6d4572bb24d9f6207ddf Mon Sep 17 00:00:00 2001 From: Anser Date: Tue, 11 Aug 2026 00:18:57 +0200 Subject: TOBESQUISHED: safe in reconstruction of the codes layout and rework of information handeling also ascii art printing --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 62cade8..740c92e 100644 --- a/Makefile +++ b/Makefile @@ -8,16 +8,16 @@ # CC = gcc -CFLAGS = -Wall -Wextra -Werror +CFLAGS = -Wall -Wextra PREFIX ?= /usr/local TARGET = cfetch SRC = src/cfetch.c \ - src/modules/os/os.c \ - src/modules/memory/memory.c \ - src/modules/cpu/cpu.c \ - src/logo/logo.c \ - src/modules/utils/utils.c + src/os.c \ + src/memory.c \ + src/cpu.c \ + src/logo.c \ + src/utils.c .PHONY: all clean install uninstall debug -- cgit v1.2.3