aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnser <rostgans@tutamail.com>2026-08-11 13:11:39 +0200
committerAnser <rostgans@tutamail.com>2026-08-11 20:04:21 +0200
commit729746e50ebc8e4eb4c98f7556a241aec111e07d (patch)
treee33e627474fdba4c625bb72f9848b1f067303aff /Makefile
parenteb6f986361713d6ce47c6d4572bb24d9f6207ddf (diff)
some more rework in readme.md and src file structure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 740c92e..b6df30d 100644
--- a/Makefile
+++ b/Makefile
@@ -13,10 +13,8 @@ PREFIX ?= /usr/local
TARGET = cfetch
SRC = src/cfetch.c \
- src/os.c \
- src/memory.c \
- src/cpu.c \
- src/logo.c \
+ src/sysinfo.c \
+ src/ascii.c \
src/utils.c
.PHONY: all clean install uninstall debug