aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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