aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnser <rostgans@tutamail.com>2026-08-17 12:10:35 +0200
committerAnser <rostgans@tutamail.com>2026-08-17 12:15:32 +0200
commit85322effa3eae7b7f0f7550f976fd6f83c874a00 (patch)
treecf41ae49c717ca709eb8f1857e178356d1150f52 /Makefile
parent86401d764e55dfa7d56e0d2f595f8c0519c41da9 (diff)
clean the cfetch.c file, created a seperate parser.c file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4a3dcb..fe2e4a8 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ TARGET = cfetch
SRC = src/cfetch.c \
src/sysinfo.c \
src/ascii.c \
+ src/parser.c \
src/utils.c
.PHONY: all clean install uninstall debug